summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuild.cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-08-24 17:57:00 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-08-30 20:36:13 +0200
commit51f8eaa3283daf78f32caa2f9db08860c3f7be9d (patch)
tree9d7c2f7728f7dcdd17df75746dfcecf6badae184 /cmake/QtBuild.cmake
parentb0fef2849b97f9a315018efb49ab9d8974e2c19a (diff)
CMake: Move Apple specific functions into a separate file
Pick-to: 6.4 Task-number: QTBUG-95838 Change-Id: Ib0ce53fe0e2068482b654921ecba3232efe656c8 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake/QtBuild.cmake')
-rw-r--r--cmake/QtBuild.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/QtBuild.cmake b/cmake/QtBuild.cmake
index c8b541b228..977018e9dc 100644
--- a/cmake/QtBuild.cmake
+++ b/cmake/QtBuild.cmake
@@ -551,6 +551,7 @@ if(WASM)
endif()
# Helpers that are available in public projects and while building Qt itself.
+include(QtPublicAppleHelpers)
include(QtPublicCMakeHelpers)
include(QtPublicPluginHelpers)
include(QtPublicTargetHelpers)