summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorKevin Funk <kevin.funk@kdab.com>2019-05-03 15:15:02 +0200
committerKevin Funk <kevin.funk@kdab.com>2019-05-03 13:50:44 +0000
commitf2bb48e635779b730750b83a28b82b645959e764 (patch)
treecc1d295ee2203748b9f4c11583b5e368ed3ee62f /cmake
parent7874ce780130cdecd6188662f03703ff49387ab0 (diff)
cmake: Install required CMake templates
Change-Id: I4a56440bee1aa7143971dd8f0b8af6dc042703f3 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtBaseGlobalTargets.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/QtBaseGlobalTargets.cmake b/cmake/QtBaseGlobalTargets.cmake
index b854d30845..b4c4bd0298 100644
--- a/cmake/QtBaseGlobalTargets.cmake
+++ b/cmake/QtBaseGlobalTargets.cmake
@@ -90,6 +90,9 @@ install(FILES
cmake/QtPostProcess.cmake
cmake/QtSetup.cmake
cmake/QtModuleConfig.cmake.in
+ cmake/QtModuleDependencies.cmake.in
+ cmake/QtModuleToolsDependencies.cmake.in
+ cmake/QtModuleToolsConfig.cmake.in
DESTINATION "${config_install_dir}"
)
# TODO: Check whether this is the right place to install these