|
|
@ -622,7 +622,7 @@ if (ENABLE_QT) |
|
|
|
|
|
|
|
|
# Best practice is to ask for all components at once, so they are from the same version |
|
|
# Best practice is to ask for all components at once, so they are from the same version |
|
|
set(YUZU_QT_COMPONENTS Core Widgets Charts Concurrent Gui) |
|
|
set(YUZU_QT_COMPONENTS Core Widgets Charts Concurrent Gui) |
|
|
if (PLATFORM_LINUX OR PLATFORM_FREEBSD) |
|
|
|
|
|
|
|
|
if (NOT WIN32 AND NOT APPLE) |
|
|
list(APPEND YUZU_QT_COMPONENTS DBus) |
|
|
list(APPEND YUZU_QT_COMPONENTS DBus) |
|
|
# yes Qt, we get it |
|
|
# yes Qt, we get it |
|
|
set(QT_NO_PRIVATE_MODULE_WARNING ON) |
|
|
set(QT_NO_PRIVATE_MODULE_WARNING ON) |
|
|
|