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.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qml/Qt6QmlMacros.cmake b/src/qml/Qt6QmlMacros.cmake
index ec7beae8e6..bb5533187f 100644
--- a/src/qml/Qt6QmlMacros.cmake
+++ b/src/qml/Qt6QmlMacros.cmake
@@ -2287,8 +2287,6 @@ if(NOT QT_NO_CREATE_VERSIONLESS_FUNCTIONS)
endfunction()
endif()
-# This function is currently in Technical Preview.
-# It's signature and behavior might change.
function(qt6_generate_foreign_qml_types source_target destination_qml_target)
qt6_extract_metatypes(${source_target})
get_target_property(target_metatypes_json_file ${source_target}
@@ -3187,8 +3185,6 @@ if(NOT QT_NO_CREATE_VERSIONLESS_FUNCTIONS)
endmacro()
endif()
-# This function is currently in Technical Preview.
-# Its signature and behavior might change.
function(qt6_query_qml_module target)
if(NOT TARGET ${target})