From 4ee9cf19095a66b1cdb47229b1a1e7957dff584f Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Thu, 27 Apr 2017 11:15:01 +0200 Subject: Fix macOS deployment target to match the one in Qt Core MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The minimum required macOS deployment target in Qt 5.9 is 10.10. This should be passed on to Chromium, rather than hardcoding the value to 10.7, which was used in pre-Qt 5.6 days to actually require a higher version than Qt Core used at the time. Task-number: QTBUG-60438 Change-Id: Id2ae47f467f8cc92403c1cd7a467335ebbba4e8e Reviewed-by: Michael BrĂ¼ning --- tools/qmake/mkspecs/features/default_pre.prf | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/qmake') diff --git a/tools/qmake/mkspecs/features/default_pre.prf b/tools/qmake/mkspecs/features/default_pre.prf index 77e437bc9..c7440fa7a 100644 --- a/tools/qmake/mkspecs/features/default_pre.prf +++ b/tools/qmake/mkspecs/features/default_pre.prf @@ -1,6 +1,3 @@ -# We depend on libc++ to build chromium so our macosx-version-min has to be 10.7 -QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7 - QTWEBENGINEPROCESS_NAME_RELEASE = QtWebEngineProcess debug_and_release { QTWEBENGINEPROCESS_NAME_DEBUG = $$join(QTWEBENGINEPROCESS_NAME_RELEASE,,,d) -- cgit v1.2.3