From 6bf1476b1d53bfa36cf5d4e43d34a37adcc41ea6 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 7 Mar 2021 20:49:00 -0500 Subject: [PATCH] Fix Qt5 non-static build --- 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 97aea2ec2..81a683236 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}