summaryrefslogtreecommitdiffstats
path: root/src/corelib/Qt6CoreConfigExtrasMkspecDirForInstall.cmake.in
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-10-01 11:03:50 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-10-01 14:57:16 +0200
commit4940f6d04c1ca3f8782928ae6c1f08287a002d9c (patch)
tree3ff1e1314ec5d933efb38ff09ba60f9c52f29a22 /src/corelib/Qt6CoreConfigExtrasMkspecDirForInstall.cmake.in
parent081ec14b256613e30837ebc6b2a0cf7919d2dc20 (diff)
CMake: Remove old Qt 5 CMake build system files
Remove the stale Qt 5 CMake files. Disable the generation of CMake files by the qmake build system, it wouldn't create usable Qt 6 files anyway. Keep mkspecs/features/create_cmake.prf and mkspecs/features/cmake_functions.prf for now until we can confirm that they are safe to remove. Task-number: QTBUG-86827 Change-Id: Idcf59f4d7d5474171a9bf72904ff19adc8bc74cd Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/corelib/Qt6CoreConfigExtrasMkspecDirForInstall.cmake.in')
-rw-r--r--src/corelib/Qt6CoreConfigExtrasMkspecDirForInstall.cmake.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/corelib/Qt6CoreConfigExtrasMkspecDirForInstall.cmake.in b/src/corelib/Qt6CoreConfigExtrasMkspecDirForInstall.cmake.in
deleted file mode 100644
index 706304cf34..0000000000
--- a/src/corelib/Qt6CoreConfigExtrasMkspecDirForInstall.cmake.in
+++ /dev/null
@@ -1,6 +0,0 @@
-
-!!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