summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-06-20 15:59:43 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-21 18:58:54 +0200
commit6fa9394c8180ca1fe14d7594f4eefd1ca0ba40c7 (patch)
tree371dc474ec6fc188752cf76cf00f38e779c33b52 /src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
parent75e9c7d6bc662e62e9ce8b641588183992c1e8bf (diff)
Generate the directory for the mkspec include in a helper file.
The cmake variable for the mkspec dir must specify the source location if used in the build dir, and must specify the install location if used in the install dir. Change-Id: I2fee8cd0c7198e9fc5cbb63972e20c75636672d1 Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in')
-rw-r--r--src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in b/src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
new file mode 100644
index 0000000000..706304cf34
--- /dev/null
+++ b/src/corelib/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in
@@ -0,0 +1,6 @@
+
+!!IF isEmpty(CMAKE_INSTALL_DATA_DIR_IS_ABSOLUTE)
+set(_qt5_corelib_extra_includes \"${_qt5Core_install_prefix}/$${CMAKE_INSTALL_DATA_DIR}/mkspecs/$${CMAKE_MKSPEC}\")
+!!ELSE
+set(_qt5_corelib_extra_includes \"$${CMAKE_INSTALL_DATA_DIR}mkspecs/$${CMAKE_MKSPEC}\")
+!!ENDIF