From 04e86bab13c8c33aaec0b40db34b52db9b78f326 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 12 Nov 2019 11:32:02 +0100 Subject: [PATCH] Make sure to install QtStandaloneTestsConfig.cmake.in Otherwise leaf modules fail to configure. Amends de3a806def4b9a754825a2233c9d4952a9b2d0eb Change-Id: Ie304c0021ada9911044abdb7e460b8da8e986a8f Reviewed-by: Leander Beernaert Reviewed-by: Alexandru Croitor --- cmake/QtBaseGlobalTargets.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/QtBaseGlobalTargets.cmake b/cmake/QtBaseGlobalTargets.cmake index 691c56dfdb1..66ec2c73e48 100644 --- a/cmake/QtBaseGlobalTargets.cmake +++ b/cmake/QtBaseGlobalTargets.cmake @@ -187,6 +187,7 @@ qt_copy_or_install(FILES cmake/QtModuleDependencies.cmake.in cmake/QtModuleToolsDependencies.cmake.in cmake/QtModuleToolsConfig.cmake.in + cmake/QtStandaloneTestsConfig.cmake.in cmake/QtPlugins.cmake.in cmake/QtPluginConfig.cmake.in cmake/QtPluginDependencies.cmake.in