aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/Qt6QmlMacros.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/Qt6QmlMacros.cmake')
-rw-r--r--src/qml/Qt6QmlMacros.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/qml/Qt6QmlMacros.cmake b/src/qml/Qt6QmlMacros.cmake
index 1e3ac50b57..3b384f5dae 100644
--- a/src/qml/Qt6QmlMacros.cmake
+++ b/src/qml/Qt6QmlMacros.cmake
@@ -548,11 +548,6 @@ function(qt6_qml_type_registration target)
"@${foreign_types_file}"
)
- set(dependencies_json_file "${target_source_dir}/dependencies.json")
- if (EXISTS ${dependencies_json_file})
- list(APPEND cmd_args --dependencies=${dependencies_json_file})
- endif()
-
if (TARGET ${target}Private)
list(APPEND cmd_args --private-includes)
endif()