From 3b27fa57718ab6346ffd2a5b068a4f6f93533bfd Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Fri, 18 Jul 2025 14:45:15 -0400 Subject: [PATCH] build: windows, do not deploy software opengl library --- src/apps/deskflow-gui/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/deskflow-gui/CMakeLists.txt b/src/apps/deskflow-gui/CMakeLists.txt index c7878ab0f..e822a3261 100644 --- a/src/apps/deskflow-gui/CMakeLists.txt +++ b/src/apps/deskflow-gui/CMakeLists.txt @@ -79,6 +79,7 @@ if(WIN32) COMMAND ${DEPLOYQT} --no-compiler-runtime --no-system-d3d-compiler + --no-opengl-sw --no-quick-import --dir "${QT_DEPENDS_DIR}" --plugindir "${QT_DEPENDS_DIR}/plugins"