CMake: Fix custom QT_DEPLOY_QML_DIR on Windows
The value of QT_DEPLOY_QML_DIR was never passed to windeployqt. Fixes: QTBUG-121881 Change-Id: I993793f74d84ccb0e7c2deb72b1e33e81692ecbb Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 527b9da5388a3cccb81706becbd8e40977d5db11) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit f224891038ceadfda09153f48a9de043cdebe791) (cherry picked from commit 208fb8b496a377e74648996a9c7d05e314704643)
This commit is contained in:
parent
4adfe84acb
commit
055b020acb
@ -423,6 +423,7 @@ function(qt6_deploy_runtime_dependencies)
|
||||
--dir .
|
||||
--libdir "${arg_BIN_DIR}" # NOTE: Deliberately not arg_LIB_DIR
|
||||
--plugindir "${arg_PLUGINS_DIR}"
|
||||
--qml-deploy-dir "${arg_QML_DIR}"
|
||||
)
|
||||
if(NOT arg_NO_OVERWRITE)
|
||||
list(APPEND tool_options --force)
|
||||
|
Loading…
x
Reference in New Issue
Block a user