summaryrefslogtreecommitdiffstats
path: root/cmake/QtResource.cmake.in
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 14:03:20 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-14 09:05:33 +0000
commit38354d7d6132344a322751c91202109d847771b9 (patch)
treeb3f1930449714ca26306da5e6be5a0c429f21693 /cmake/QtResource.cmake.in
parent0956e2d9907c50169117b8df7aa8998c0c185879 (diff)
Rename / prefix all our private API functions with qt_
Rename internal APIs like extend_target to qt_extend_target. Prefix apis with qt_ where required. Keep old names for compatibility until all their usages are removed. Change-Id: I9a13515a01857257a4c5be3a89253749d46a4f41 Reviewed-by: Qt CMake Build Bot Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'cmake/QtResource.cmake.in')
-rw-r--r--cmake/QtResource.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtResource.cmake.in b/cmake/QtResource.cmake.in
index 335cbde33c..2f8f77eb79 100644
--- a/cmake/QtResource.cmake.in
+++ b/cmake/QtResource.cmake.in
@@ -28,7 +28,7 @@ function(__qt_propagate_generated_resource target resource_name generated_source
endif()
endfunction()
-# Inspect all files passed to a call to add_qt_resource. If there are any
+# 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.