From 36c16cd28e20b362a6185ce52525c98fc187ecf3 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 20 Jun 2018 16:13:49 +0200 Subject: Cleanup of cmake files for easier development --- 3rdparty/QtPropertyBrowser/src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to '3rdparty') diff --git a/3rdparty/QtPropertyBrowser/src/CMakeLists.txt b/3rdparty/QtPropertyBrowser/src/CMakeLists.txt index abee16a1..a312a10d 100644 --- a/3rdparty/QtPropertyBrowser/src/CMakeLists.txt +++ b/3rdparty/QtPropertyBrowser/src/CMakeLists.txt @@ -32,7 +32,6 @@ add_library(${TARGET_NAME} STATIC ${_SRCS} ${_UI_SRCS} ${_QRC_SRCS} - ${_IMPL_HDRS} ) target_link_libraries(${TARGET_NAME} Qt5::Widgets) -- cgit v1.2.3