From f293ba8c56f3b310d7f08a68d8a94614409d2a79 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Tue, 26 May 2020 08:50:09 +0200 Subject: [PATCH] gui cmake fix --- slsDetectorGui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorGui/CMakeLists.txt b/slsDetectorGui/CMakeLists.txt index 21ee29110..ac9277a16 100755 --- a/slsDetectorGui/CMakeLists.txt +++ b/slsDetectorGui/CMakeLists.txt @@ -88,8 +88,8 @@ target_include_directories(slsDetectorGui PUBLIC ) target_link_libraries(slsDetectorGui PUBLIC + slsProjectWarnings slsDetectorShared - slsSupportLib ${QT_QTCORE_LIBRARIES} ${QT_QTGUI_LIBRARIES} ${QWT_LIBRARIES}