qt: import plugins only for win32 build
This commit is contained in:
@@ -133,8 +133,6 @@ target_link_libraries(
|
|||||||
# needed for static builds
|
# needed for static builds
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
qt_import_plugins(plat INCLUDE Qt5::QWindowsIntegrationPlugin Qt5::QICOPlugin QWindowsVistaStylePlugin)
|
qt_import_plugins(plat INCLUDE Qt5::QWindowsIntegrationPlugin Qt5::QICOPlugin QWindowsVistaStylePlugin)
|
||||||
else()
|
|
||||||
qt_import_plugins(plat INCLUDE Qt5::QICOPlugin)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (UNIX AND NOT APPLE)
|
if (UNIX AND NOT APPLE)
|
||||||
|
Reference in New Issue
Block a user