mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Fix Qt5 non-static build
This commit is contained in:
@@ -105,9 +105,9 @@ else ()
|
||||
Qt5::Network
|
||||
Qt5::Widgets
|
||||
Qt5::Xml)
|
||||
if (WIN32)
|
||||
list(APPEND Qt_LIBS Qt5::WindowsIntegrationPlugin)
|
||||
endif ()
|
||||
# if (WIN32)
|
||||
# list(APPEND Qt_LIBS Qt5::WindowsIntegrationPlugin)
|
||||
# endif ()
|
||||
endif ()
|
||||
target_link_libraries(hecl-gui PRIVATE
|
||||
${Qt_LIBS}
|
||||
|
||||
Reference in New Issue
Block a user