Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.7.2
-
None
Description
Hello.
Our project uses qtwebengine. And when deploying it using cmake qt_deploy_runtime_dependencies with the NO_TRANSLATIONS flag (or or DEPLOY_TOOL_OPTIONS "--no-translations"), the qtwebengine_locales directory is copied, although we do not want this.
At the same time, when manually calling windeployqt (on Windows) with the --no-translations parameter, this directory is also copied, which we also do not want.
If I use qt_generate_deploy_qml_app_script command with the NO_TRANSLATIONS flag (or DEPLOY_TOOL_OPTIONS "--no-translations") , then I get same result.