aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2024-03-21 18:29:15 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2024-03-22 18:11:41 +0100
commit4cbe6b019cb09d55e213762b6da339b79b260b5b (patch)
tree124797ab09b077112ad92fba0e5ad9185f6a710f /src/qml
parent6777c19e398021b671dd6fdb8111490a9be29f7e (diff)
CMake: Remove stray inclusion of QT_DEPLOY_SUPPORT
It's already included by the content generated by qt6_generate_deploy_script. Pick-to: 6.7 Change-Id: I601b5965b5872903de989240dc9e5865136da20a Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/Qt6QmlMacros.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qml/Qt6QmlMacros.cmake b/src/qml/Qt6QmlMacros.cmake
index 103839ac11..966f5ebed9 100644
--- a/src/qml/Qt6QmlMacros.cmake
+++ b/src/qml/Qt6QmlMacros.cmake
@@ -3760,7 +3760,6 @@ qt6_deploy_qml_imports(TARGET ${arg_TARGET} NO_QT_IMPORTS)
NAME ${deploy_script_name}
OUTPUT_SCRIPT deploy_script
CONTENT "
-include(${QT_DEPLOY_SUPPORT})
_qt_internal_show_skip_runtime_deploy_message(\"${qt_build_type_string}\")
_qt_internal_show_skip_qml_runtime_deploy_message()
")