From 67af991c598e85a99d6f6821358658f737e59b3f Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Mon, 23 Mar 2020 14:43:02 +0100 Subject: [PATCH] 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 --- cmake/QtBaseGlobalTargets.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/QtBaseGlobalTargets.cmake b/cmake/QtBaseGlobalTargets.cmake index ef741c3d410..ac1472bb3c9 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