mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 09:59:41 -06:00
Explicitly include QModernWindowsStylePlugin in static builds
I hope this'll make it look right.
This commit is contained in:
@ -154,6 +154,9 @@ endif()
|
|||||||
|
|
||||||
if (BUILD_STATIC)
|
if (BUILD_STATIC)
|
||||||
qt_import_plugins(melonDS INCLUDE Qt::QSvgPlugin)
|
qt_import_plugins(melonDS INCLUDE Qt::QSvgPlugin)
|
||||||
|
if (WIN32 AND USE_QT6)
|
||||||
|
qt_import_plugins(melonDS INCLUDE Qt::QModernWindowsStylePlugin)
|
||||||
|
endif()
|
||||||
target_link_options(melonDS PRIVATE -static)
|
target_link_options(melonDS PRIVATE -static)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user