summaryrefslogtreecommitdiffstats
path: root/cmake/QtBaseGlobalTargets.cmake
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-06-14 16:24:57 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-06-15 06:52:18 +0000
commit4151d5869a60c0e130b32e1ae35c8e81477ecc86 (patch)
treef9d2e6911d9414f387a894b123c31da4f950be31 /cmake/QtBaseGlobalTargets.cmake
parent130fe73979e6af34abfa61ec1578c2c43ddbc421 (diff)
CMake: Add public FindPackageHelpers
This makes qt_internal_disable_find_package_global_promotion available, which is needed when linking against QtMultimedia in a static build Change-Id: I9b8f6d7b74a8693ac471f8a280e893f4da80a44b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit f380c87731472eb59495b7823b7c6243b3aa11f4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'cmake/QtBaseGlobalTargets.cmake')
-rw-r--r--cmake/QtBaseGlobalTargets.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/QtBaseGlobalTargets.cmake b/cmake/QtBaseGlobalTargets.cmake
index 3b770e79ff..2d858d657f 100644
--- a/cmake/QtBaseGlobalTargets.cmake
+++ b/cmake/QtBaseGlobalTargets.cmake
@@ -255,6 +255,7 @@ set(__public_cmake_helpers
cmake/QtPublicPluginHelpers.cmake
cmake/QtPublicTargetHelpers.cmake
cmake/QtPublicWalkLibsHelpers.cmake
+ cmake/QtPublicFindPackageHelpers.cmake
)
qt_copy_or_install(FILES ${__public_cmake_helpers} DESTINATION "${__GlobalConfig_install_dir}")