summaryrefslogtreecommitdiffstats
path: root/cmake/QtSetup.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/QtSetup.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/QtSetup.cmake')
-rw-r--r--cmake/QtSetup.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtSetup.cmake b/cmake/QtSetup.cmake
index feb7c6b736..1f209e8076 100644
--- a/cmake/QtSetup.cmake
+++ b/cmake/QtSetup.cmake
@@ -115,7 +115,7 @@ if(ANDROID)
include(QtPlatformAndroid)
endif()
-## add_qt_module and co.:
+## qt_add_module and co.:
include(QtBuild)
## Qt Feature support: