summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorAlexey Edelev <alexey.edelev@qt.io>2021-09-13 12:56:26 +0200
committerAlexey Edelev <alexey.edelev@qt.io>2021-09-16 11:17:41 +0200
commit040258b2606db1d238d3a6fd04b092baf100af1d (patch)
tree2a3d0f749734db33d24877445c286a48841c9a82 /cmake
parenta7458b25033e10f31c987e4d4d73d8ddd852306b (diff)
Add missing private cpp exports template to install set
Add missing modulecppexports_p.h.in template to install set. Amends e1fe816d4662875032946844fadfed3ea691fdd8 Task-number: QTBUG-90492 Change-Id: I25db6f98637bd33a1c56f6b098ac76c4292de581 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
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 20a80d8652..ed23a3fe7f 100644
--- a/cmake/QtBaseGlobalTargets.cmake
+++ b/cmake/QtBaseGlobalTargets.cmake
@@ -261,6 +261,7 @@ qt_copy_or_install(FILES
cmake/QtWrapperScriptHelpers.cmake
cmake/QtWriteArgsFile.cmake
cmake/modulecppexports.h.in
+ cmake/modulecppexports_p.h.in
DESTINATION "${__GlobalConfig_install_dir}"
)