summaryrefslogtreecommitdiffstats
path: root/cmake/QtProperties.cmake
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/QtProperties.cmake
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/QtProperties.cmake')
-rw-r--r--cmake/QtProperties.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtProperties.cmake b/cmake/QtProperties.cmake
index 5e2d6f0545..a12fa53252 100644
--- a/cmake/QtProperties.cmake
+++ b/cmake/QtProperties.cmake
@@ -93,7 +93,7 @@ define_property(TARGET
BRIEF_DOCS
"Specifies the default Qt resource prefix."
FULL_DOCS
- "When using add_qt_resource() without a PREFIX, then prefix of this target property
+ "When using qt_add_resource() without a PREFIX, then prefix of this target property
will be used."
)