now GUI is compatible with qwt 6.1

This commit is contained in:
wang_x1 2016-09-02 16:28:01 +02:00
parent 61d347b45d
commit 36904db3ca

View File

@ -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()