From 1aa82907cd8120d222d2216613637da6db6d6197 Mon Sep 17 00:00:00 2001 From: BagelSketches Date: Thu, 3 Jul 2025 18:16:33 +1000 Subject: [PATCH] Seperated --dir and qtlibs in the windeployqt command --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 109d03d9..1b9cd47f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -649,7 +649,8 @@ if (ISLE_BUILD_CONFIG) add_custom_command(TARGET isle-config POST_BUILD COMMAND "${WINDEPLOYQT_EXECUTABLE}" "$" - "--dir QTLibs" + "--dir" + "QTLibs" "--no-compiler-runtime" "--no-opengl-sw" "--no-system-d3d-compiler"