summaryrefslogtreecommitdiffstats
path: root/cmake/QtQmakeHelpers.cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-03-05 17:16:35 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-03-11 09:59:56 +0100
commit3c12ab974ffa7aa51ca157989997f6e10c1c2259 (patch)
tree821375150b29868db26cf0f9dac7ab4d1f15ede7 /cmake/QtQmakeHelpers.cmake
parentc651e7ba18e094a0cb7bd46ea5ec6cad49ca3220 (diff)
Pass target and host mkspec as defines to QMakeLibraryInfo
Change-Id: If07055286496c507310c0dbb3a06f1a42d643596 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'cmake/QtQmakeHelpers.cmake')
-rw-r--r--cmake/QtQmakeHelpers.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/QtQmakeHelpers.cmake b/cmake/QtQmakeHelpers.cmake
index d1cd17f7ca..02e60ac382 100644
--- a/cmake/QtQmakeHelpers.cmake
+++ b/cmake/QtQmakeHelpers.cmake
@@ -57,8 +57,6 @@ function(qt_generate_qconfig_cpp in_file out_file)
qt_add_string_to_qconfig_cpp("${INSTALL_LIBEXECDIR}")
qt_add_string_to_qconfig_cpp("${INSTALL_LIBDIR}")
qt_add_string_to_qconfig_cpp("${hostdatadir}")
- qt_add_string_to_qconfig_cpp("${QT_QMAKE_TARGET_MKSPEC}")
- qt_add_string_to_qconfig_cpp("${QT_QMAKE_HOST_MKSPEC}")
# Save second part.
set(QT_CONFIG_STR_OFFSETS_SECOND "${QT_CONFIG_STR_OFFSETS}")