aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/Config.cmake.in
diff options
context:
space:
mode:
authorThe Qt Project <gerrit-noreply@qt-project.org>2020-10-22 12:43:04 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2020-10-22 12:43:04 +0000
commitffb5a3977fc2f50836d9c9c4e96acc65e254f24c (patch)
tree052e31fa47992fe8747f9a87164a777b18594759 /cmake/Config.cmake.in
parent5a8501ffafd24725106b687c8c658354bb370f26 (diff)
parent9c6108afd1d49f5c1865840c8477ce6728022691 (diff)
Merge "Merge remote-tracking branch 'origin/4.14' into master"
Diffstat (limited to 'cmake/Config.cmake.in')
-rw-r--r--cmake/Config.cmake.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/Config.cmake.in b/cmake/Config.cmake.in
new file mode 100644
index 00000000000..647a8462a91
--- /dev/null
+++ b/cmake/Config.cmake.in
@@ -0,0 +1,5 @@
+@PACKAGE_INIT@
+
+if (NOT TARGET QtCreator::@target_name@)
+ include ("${CMAKE_CURRENT_LIST_DIR}/@export@Targets.cmake")
+endif()