summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-03-23 14:43:02 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-23 16:42:48 +0100
commit67af991c598e85a99d6f6821358658f737e59b3f (patch)
tree0cbe696cfb174594f289d4cd0f82d0d3dac08127 /cmake
parent3e5ba7ff7d3bff308faffbb52de0f6eece825541 (diff)
CMake: Make sure to install Qt3rdPartyLibraryConfig.cmake.in
Repos like qtshadertools need it when configuring their own bundled libraries. Amends 572c03eb7a583baf1f48e5144d2868e5588d292a Change-Id: I540e99d5bd2938299a10220a1a5e0d97091077b3 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to '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 ef741c3d41..ac1472bb3c 100644
--- a/cmake/QtBaseGlobalTargets.cmake
+++ b/cmake/QtBaseGlobalTargets.cmake
@@ -281,6 +281,7 @@ qt_internal_export_modern_cmake_config_targets_file(TARGETS ${__export_targets}
## Install some QtBase specific CMake files:
qt_copy_or_install(FILES
cmake/ModuleDescription.json.in
+ cmake/Qt3rdPartyLibraryConfig.cmake.in
cmake/QtBuild.cmake
cmake/QtBuildInformation.cmake
cmake/QtCompilerFlags.cmake