Fix Qt5 non-static build

This commit is contained in:
Luke Street 2021-03-07 20:49:00 -05:00
parent f0eb4b53ae
commit 6bf1476b1d
1 changed files with 3 additions and 3 deletions

View File

@ -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}