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"