From 36904db3ca399a8bc403a50b5d5bc119858e3889 Mon Sep 17 00:00:00 2001 From: wang_x1 Date: Fri, 2 Sep 2016 16:28:01 +0200 Subject: [PATCH] now GUI is compatible with qwt 6.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 01159fc18..6a877358a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ find_package(Doxygen) add_subdirectory(slsDetectorSoftware) add_subdirectory(slsReceiverSoftware) add_subdirectory(slsImageReconstruction) -if (QWT_FOUND AND QWT_VERSION_STRING VERSION_LESS 6.1) +if (QT4_FOUND AND QWT_FOUND) add_subdirectory(slsDetectorGui) endif()