From e0e696dd05fbe329044879cf560fe26330edf7bd Mon Sep 17 00:00:00 2001 From: Morten Sorvig Date: Thu, 19 May 2011 09:18:34 +0200 Subject: 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. --- src/tools/bootstrap/bootstrap.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro index 6ff948c8e8..11d35b7509 100644 --- a/src/tools/bootstrap/bootstrap.pro +++ b/src/tools/bootstrap/bootstrap.pro @@ -108,7 +108,6 @@ else:unix:SOURCES += ../../corelib/tools/qlocale_unix.cpp else:win32:SOURCES += ../../corelib/tools/qlocale_win.cpp macx: { - QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4 #enables weak linking for 10.4 (exported) SOURCES += ../../corelib/io/qfilesystemengine_mac.cpp SOURCES += ../../corelib/kernel/qcore_mac.cpp LIBS += -framework CoreServices -- cgit v1.2.3