summaryrefslogtreecommitdiffstats
path: root/configure.pri
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-08-31 12:33:08 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-08-31 12:25:23 +0000
commit4e4057460a0b27e4a8eff749fb284f61f245982e (patch)
tree0ebf892d8df24d40281acdfcbb33a34a37a4f37d /configure.pri
parent3ed306772eb333fb4d9fa0b0a003c119e848ed58 (diff)
macOS: Warn the user when using incompatible or untested platform SDKs
Task-number: QTBUG-70263 Change-Id: Ic946d1efc69ebb8ba65bbba956ed55ab7183957e Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
Diffstat (limited to 'configure.pri')
-rw-r--r--configure.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.pri b/configure.pri
index 34d7c8cf42..6e7f6b76a4 100644
--- a/configure.pri
+++ b/configure.pri
@@ -1115,6 +1115,8 @@ defineReplace(qtConfOutputPostProcess_publicPro) {
"QT_GCC_MINOR_VERSION = $$QMAKE_GCC_MINOR_VERSION" \
"QT_GCC_PATCH_VERSION = $$QMAKE_GCC_PATCH_VERSION"
}
+ !isEmpty(QMAKE_MAC_SDK_VERSION): \
+ output += "QT_MAC_SDK_VERSION = $$QMAKE_MAC_SDK_VERSION"
!isEmpty(QMAKE_CLANG_MAJOR_VERSION) {
output += \
"QT_CLANG_MAJOR_VERSION = $$QMAKE_CLANG_MAJOR_VERSION" \