From 4b65a9fc470deef69cbfd623930f7ee9498d1f41 Mon Sep 17 00:00:00 2001 From: ts-korhonen Date: Thu, 27 Jan 2022 21:17:10 +0200 Subject: [PATCH] qt: mac bundling improvements from dob205 --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9bed3bccc..37eb815f7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -217,6 +217,7 @@ if(APPLE) install_qt5_plugin("Qt6::QCocoaIntegrationPlugin" QT_PLUGINS ${prefix}) else() install_qt5_plugin("Qt5::QCocoaIntegrationPlugin" QT_PLUGINS ${prefix}) + install_qt5_plugin("Qt5::QMacStylePlugin" QT_PLUGINS ${prefix}) endif() file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/qt.conf"