mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 08:39:21 +01:00
now GUI is compatible with qwt 6.1
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user