summaryrefslogtreecommitdiffstats
path: root/src/tools/bootstrap/bootstrap.pro
diff options
context:
space:
mode:
authorJoão Abecasis <joao.abecasis@nokia.com>2010-09-03 09:31:43 (GMT)
committerJoão Abecasis <joao.abecasis@nokia.com>2010-09-03 18:39:49 (GMT)
commitc4606e7fc8eeb52cd8966d317a77e4a69b0f2359 (patch)
tree5d69259ab1f6c48ba8a741396006702af4e0cd42 /src/tools/bootstrap/bootstrap.pro
parent00bcd42c9ec6cb723fdccb08bb969eef0e5f1f0f (diff)
downloadQt-c4606e7fc8eeb52cd8966d317a77e4a69b0f2359.zip
Qt-c4606e7fc8eeb52cd8966d317a77e4a69b0f2359.tar.gz
Qt-c4606e7fc8eeb52cd8966d317a77e4a69b0f2359.tar.bz2
QFileSystemEngine/Mac: keep it empty until needed
Added qfilesystemengine_mac to the build system, but hollowed it out. This way, it is ready for immediate use without having unnecessary stubs that can be found in the _unix version already.
Diffstat (limited to 'src/tools/bootstrap/bootstrap.pro')
-rw-r--r--src/tools/bootstrap/bootstrap.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro
index 6d2f760..016fdc0 100644
--- a/src/tools/bootstrap/bootstrap.pro
+++ b/src/tools/bootstrap/bootstrap.pro
@@ -97,6 +97,7 @@ win32:SOURCES += ../../corelib/io/qfilesystemengine_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
}