mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 11:20:04 +02:00
now GUI is compatible with qwt 6.1
This commit is contained in:
parent
61d347b45d
commit
36904db3ca
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user