From 1a92ebf56fe729d0069406674eafd89fa62e6d4a Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 1 Oct 2020 11:42:19 +0200 Subject: CMake: Rename qt6_quick_compiler_process_resources to be internal Task-number: QTBUG-86827 Change-Id: Idb9934d18dbe54baf223d30923b03becd3e53a50 Reviewed-by: Simon Hausmann --- src/qml/Qt6QmlMacros.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/qml') diff --git a/src/qml/Qt6QmlMacros.cmake b/src/qml/Qt6QmlMacros.cmake index 0afd365948..826d814807 100644 --- a/src/qml/Qt6QmlMacros.cmake +++ b/src/qml/Qt6QmlMacros.cmake @@ -785,14 +785,14 @@ if(NOT QT_NO_CREATE_VERSIONLESS_FUNCTIONS) endif() -# Enable the qt6_quick_compiler_process_resources function in qt6_add_resource() +# Enable the _qt_internal_quick_compiler_process_resources function in qt6_add_resource() set(QT6_ADD_RESOURCE_DECLARATIVE_EXTENSIONS TRUE) # Inspect all files passed to a call to qt_add_resource. If there are any # files present, invoke the quick compiler and return the remaining resource # files that have not been processed in OUTPUT_REMAINING_RESOURCES as well as the new # name for the resource in OUTPUT_RESOURCE_NAME. -function(qt6_quick_compiler_process_resources target resource_name) +function(_qt_internal_quick_compiler_process_resources target resource_name) cmake_parse_arguments(arg "" "PREFIX;OUTPUT_REMAINING_RESOURCES;OUTPUT_RESOURCE_NAME;OUTPUT_GENERATED_TARGET" "FILES" ${ARGN} -- cgit v1.2.3