mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 08:07:45 +00:00
cmake: Move Qt5 search to DolphinQt build script
This commit is contained in:
parent
c5d4ae6163
commit
62c439814f
2 changed files with 3 additions and 5 deletions
|
@ -1,3 +1,6 @@
|
|||
find_package(Qt5Widgets REQUIRED)
|
||||
message(STATUS "Found Qt version ${Qt5Core_VERSION}")
|
||||
|
||||
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
add_definitions(-DQT_USE_QSTRINGBUILDER -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue