From df49ebae224bc07badb387aa80f72a7347a22216 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Wed, 10 Mar 2021 12:21:14 -0800 Subject: [PATCH] Uncomment Qt5WindowsIntegrationPlugin --- hecl-gui/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hecl-gui/CMakeLists.txt b/hecl-gui/CMakeLists.txt index 56459f0ff..483dfcee9 100644 --- a/hecl-gui/CMakeLists.txt +++ b/hecl-gui/CMakeLists.txt @@ -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}