From b3c048551591a8c35a80d3766142636c6085c87c Mon Sep 17 00:00:00 2001 From: ts-korhonen Date: Thu, 16 Dec 2021 23:05:55 +0200 Subject: [PATCH] qt: import plugins only for win32 build --- src/qt/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/qt/CMakeLists.txt b/src/qt/CMakeLists.txt index ea8fa4fb0..c810975f3 100644 --- a/src/qt/CMakeLists.txt +++ b/src/qt/CMakeLists.txt @@ -133,8 +133,6 @@ target_link_libraries( # needed for static builds if (WIN32) qt_import_plugins(plat INCLUDE Qt5::QWindowsIntegrationPlugin Qt5::QICOPlugin QWindowsVistaStylePlugin) -else() - qt_import_plugins(plat INCLUDE Qt5::QICOPlugin) endif() if (UNIX AND NOT APPLE)