summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorMorten Sorvig <msorvig@trolltech.com>2009-08-06 06:16:50 (GMT)
committerMorten Sorvig <msorvig@trolltech.com>2009-08-06 06:16:50 (GMT)
commit4dcc603919779bda9f5dc052c459d914bdc4949b (patch)
treea6b965aa4913324f49d5292f3f2a301c250c7af8 /src/tools
parent06d57fc65c47d12047e985202ae1e394c48f78ca (diff)
downloadQt-4dcc603919779bda9f5dc052c459d914bdc4949b.zip
Qt-4dcc603919779bda9f5dc052c459d914bdc4949b.tar.gz
Qt-4dcc603919779bda9f5dc052c459d914bdc4949b.tar.bz2
Replace instances of weak linking for 10.3 with 10.4.
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/bootstrap/bootstrap.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro
index d8a1f96..396e9ae 100644
--- a/src/tools/bootstrap/bootstrap.pro
+++ b/src/tools/bootstrap/bootstrap.pro
@@ -89,7 +89,7 @@ win32:SOURCES += ../../corelib/io/qfsfileengine_win.cpp \
../../corelib/io/qfsfileengine_iterator_win.cpp
macx: {
- QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.3 #enables weak linking for 10.3 (exported)
+ QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.4 #enables weak linking for 10.4 (exported)
SOURCES += ../../corelib/kernel/qcore_mac.cpp
LIBS += -framework CoreServices
}