mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Merge pull request #6594 from lioncash/qt
DolphinQt2/CMakeLists: Specify Qt libraries via COMPONENTS in the find_package call
This commit is contained in:
commit
39cb22ddc9
@ -1,10 +1,4 @@
|
||||
find_package(Qt5Widgets)
|
||||
find_package(Qt5Gui)
|
||||
|
||||
if(NOT Qt5Widgets_FOUND OR NOT Qt5Gui_FOUND)
|
||||
message(FATAL_ERROR "Could not find Qt5, which is required to build the DolphinQt2 frontend. If you don't want to build the Qt frontend, pass -DENABLE_QT2=False to
|
||||
CMake.")
|
||||
endif()
|
||||
find_package(Qt5 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
Block a user