CMake: Require Qt 5.9
This commit is contained in:
parent
8c97fb7cd4
commit
4266d1f237
|
@ -1,4 +1,4 @@
|
|||
find_package(Qt5 REQUIRED COMPONENTS Gui Widgets)
|
||||
find_package(Qt5 5.9 REQUIRED COMPONENTS Gui Widgets)
|
||||
|
||||
set_property(TARGET Qt5::Core PROPERTY INTERFACE_COMPILE_FEATURES "")
|
||||
message(STATUS "Found Qt version ${Qt5Core_VERSION}")
|
||||
|
|
Loading…
Reference in New Issue