summaryrefslogtreecommitdiffstats
path: root/cmake/QtModuleHelpers.cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-09-22 10:02:27 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-09-23 16:59:05 +0200
commite0c62a48b8a826a46a143e57e94b2a0ea73c7cae (patch)
treebdd88d675d783bf8f169bca658f3777606285318 /cmake/QtModuleHelpers.cmake
parent6f0a9df8d246523d7e9b3add7b42f61cc72dd57f (diff)
CMake: Rename internal functions to contain qt_internal
Offer compatibility wrapper functions until we update all of the Qt repos to use the new names. Task-number: QTBUG-86815 Change-Id: I5826a4116f52a8509db32601ef7c200f9bd331de Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'cmake/QtModuleHelpers.cmake')
-rw-r--r--cmake/QtModuleHelpers.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/QtModuleHelpers.cmake b/cmake/QtModuleHelpers.cmake
index 8094be96d3..08f7629cf9 100644
--- a/cmake/QtModuleHelpers.cmake
+++ b/cmake/QtModuleHelpers.cmake
@@ -8,7 +8,7 @@
# this module are imported into the scope of the calling feature.
#
# Target is without leading "Qt". So e.g. the "QtCore" module has the target "Core".
-function(qt_add_module target)
+function(qt_internal_add_module target)
qt_internal_module_info(module "${target}")
# Process arguments:
@@ -327,7 +327,7 @@ function(qt_add_module target)
)
endif()
- qt_extend_target("${target}"
+ qt_internal_extend_target("${target}"
${header_module}
SOURCES ${arg_SOURCES}
INCLUDE_DIRECTORIES