From 60649db21ceabde9979ecbee4e03de9c7bdc3c9f Mon Sep 17 00:00:00 2001 From: Yuhang Zhao Date: Sat, 15 Jul 2023 16:59:37 +0800 Subject: [PATCH] fix typo --- utils.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.cmake b/utils.cmake index 1bfcd8e..b57a207 100644 --- a/utils.cmake +++ b/utils.cmake @@ -1131,7 +1131,7 @@ function(deploy_qt_runtime) endif() set(__extra_deploy_params ${__extra_deploy_params} - --plugindir "${DEPLOY_ARGS_PLUGIN_DEPLOY_DIR}" # windeployqt by default will copy all plugins to the application root folder which is very bad. + --plugindir "${__plugins_dir}" # windeployqt by default will copy all plugins to the application root folder which is very bad. ) set(__full_deploy_params $<$:--debug> # Sometimes windeployqt can't determine the build type, we tell it explicitly.