mirror of https://github.com/qt/qtbase.git
CMake: Fix custom QT_DEPLOY_QML_DIR on Windows
The value of QT_DEPLOY_QML_DIR was never passed to windeployqt.
Pick-to: 6.6 6.5
Fixes: QTBUG-121881
Change-Id: I993793f74d84ccb0e7c2deb72b1e33e81692ecbb
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 527b9da538
)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
b04fe2de61
commit
f224891038
|
@ -428,6 +428,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…
Reference in New Issue