diff options
author | Morten Sorvig <msorvig@trolltech.com> | 2009-08-06 08:16:50 +0200 |
---|---|---|
committer | Morten Sorvig <msorvig@trolltech.com> | 2009-08-06 08:16:50 +0200 |
commit | 4dcc603919779bda9f5dc052c459d914bdc4949b (patch) | |
tree | a6b965aa4913324f49d5292f3f2a301c250c7af8 /src/tools | |
parent | 06d57fc65c47d12047e985202ae1e394c48f78ca (diff) | |
download | qt4-tools-4dcc603919779bda9f5dc052c459d914bdc4949b.tar.gz |
Replace instances of weak linking for 10.3 with 10.4.
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/bootstrap/bootstrap.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro index d8a1f9659f..396e9ae830 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 } |