summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-10-01 11:43:23 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-10-12 18:18:55 +0200
commit9aa2be236f432dcf4e95a114aeb7254d78ca9dad (patch)
tree97b796176bb08741e03d65894b4b696bab7c8b0a /src/corelib
parente2628b5f57887f7ec03b5f78b6949d49e525257a (diff)
CMake: Rename qt6_quick_compiler_process_resources to be internal
Task-number: QTBUG-86827 Change-Id: I9d97b53a8c85e0c488be312c8894a1d73397eb13 Reviewed-by: Simon Hausmann <hausmann@gmail.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/Qt6CoreMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/Qt6CoreMacros.cmake b/src/corelib/Qt6CoreMacros.cmake
index a9f76cc99e..9a9592f90f 100644
--- a/src/corelib/Qt6CoreMacros.cmake
+++ b/src/corelib/Qt6CoreMacros.cmake
@@ -1116,7 +1116,7 @@ function(_qt_internal_process_resource target resourceName)
# Apply quick compiler pass. This is only enabled when Qt6QmlMacros is
# parsed.
if (QT6_ADD_RESOURCE_DECLARATIVE_EXTENSIONS)
- qt6_quick_compiler_process_resources(${target} ${resourceName}
+ _qt_internal_quick_compiler_process_resources(${target} ${resourceName}
FILES ${resource_files}
PREFIX ${rcc_PREFIX}
OUTPUT_REMAINING_RESOURCES resources