Seperated --dir and qtlibs in the windeployqt command

This commit is contained in:
BagelSketches 2025-07-03 18:16:33 +10:00
parent d6a5e0f135
commit 1aa82907cd

View File

@ -649,7 +649,8 @@ if (ISLE_BUILD_CONFIG)
add_custom_command(TARGET isle-config POST_BUILD add_custom_command(TARGET isle-config POST_BUILD
COMMAND "${WINDEPLOYQT_EXECUTABLE}" COMMAND "${WINDEPLOYQT_EXECUTABLE}"
"$<TARGET_FILE:isle-config>" "$<TARGET_FILE:isle-config>"
"--dir QTLibs" "--dir"
"QTLibs"
"--no-compiler-runtime" "--no-compiler-runtime"
"--no-opengl-sw" "--no-opengl-sw"
"--no-system-d3d-compiler" "--no-system-d3d-compiler"