This commit is contained in:
Yuhang Zhao 2023-07-16 17:28:19 +08:00
parent 60649db21c
commit 743c5a0ed0
1 changed files with 1 additions and 1 deletions

View File

@ -1185,7 +1185,7 @@ function(deploy_qt_runtime)
COMMAND ${__full_deploy_command}
WORKING_DIRECTORY "$<TARGET_FILE_DIR:${DEPLOY_ARGS_TARGET}>"
COMMENT "Deploying Qt dependencies for target ${DEPLOY_ARGS_TARGET} ..."
VERBATIM
#VERBATIM # This parameter actually makes our command line unusable ...
)
# Normally CMake will do this for us automatically, but in case it doesn't ...
add_dependencies(${__deploy_target} ${DEPLOY_ARGS_TARGET})