summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorMorten Sorvig <morten.sorvig@nokia.com>2011-05-19 09:18:34 +0200
committerMorten Sorvig <morten.sorvig@nokia.com>2011-05-19 09:18:46 +0200
commite0e696dd05fbe329044879cf560fe26330edf7bd (patch)
tree86fa4e35ee3f6b0de12cbc4c098fb9d78c128ab3 /mkspecs
parent2a5cc5fc625350b77d7b82eaa8c43bce0d446cd1 (diff)
Remove QMAKE_MACOS_DEPLOYMENT_TARGET.
Not needed any more, 10.5 and up supports setting the deployment target/minimum version on the compiler command line.
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/common/mac.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkspecs/common/mac.conf b/mkspecs/common/mac.conf
index 96cd2399b3..b22b852013 100644
--- a/mkspecs/common/mac.conf
+++ b/mkspecs/common/mac.conf
@@ -38,7 +38,6 @@ QMAKE_DEL_FILE = rm -f
QMAKE_DEL_DIR = rmdir
QMAKE_CHK_DIR_EXISTS = test -d
QMAKE_MKDIR = mkdir -p
-QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4 # overridden to 10.5 for Cocoa on the compiler command line
include(unix.conf)