From 4e4057460a0b27e4a8eff749fb284f61f245982e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 31 Aug 2018 12:33:08 +0200 Subject: macOS: Warn the user when using incompatible or untested platform SDKs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-70263 Change-Id: Ic946d1efc69ebb8ba65bbba956ed55ab7183957e Reviewed-by: Morten Johan Sørvig --- configure.pri | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.pri') 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" \ -- cgit v1.2.3