aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/qml/Qt6QmlBuildInternals.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/qml/Qt6QmlBuildInternals.cmake b/src/qml/Qt6QmlBuildInternals.cmake
index 48ae45cf8c..2532d31cb9 100644
--- a/src/qml/Qt6QmlBuildInternals.cmake
+++ b/src/qml/Qt6QmlBuildInternals.cmake
@@ -329,14 +329,3 @@ function(qt_internal_add_qml_module target)
endif()
endif()
endfunction()
-
-if(NOT QT_NO_INTERNAL_COMPATIBILITY_FUNCTIONS)
- # Compatibility functions that should be removed once all their usages are removed.
- function(add_qml_module)
- qt_add_qml_module(${ARGV})
- endfunction()
-
- function(qt_add_qml_module)
- qt_internal_add_qml_module(${ARGV})
- endfunction()
-endif()