Uncomment Qt5WindowsIntegrationPlugin

This commit is contained in:
Phillip Stephens 2021-03-10 12:21:14 -08:00
parent 7c4c95b393
commit df49ebae22
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}