mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
CMake: Require Qt 5.9
This commit is contained in:
parent
8c97fb7cd4
commit
4266d1f237
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue