diff options
author | João Abecasis <joao.abecasis@nokia.com> | 2010-08-30 08:01:42 (GMT) |
---|---|---|
committer | João Abecasis <joao.abecasis@nokia.com> | 2010-08-30 11:59:59 (GMT) |
commit | e2eeb1b2410d32b629c675b63dd84c9dcb976546 (patch) | |
tree | c81c7703cf3288cc810f58faf19ac593a8217190 /src/corelib | |
parent | eeae8a7479cdb0b716b28ad502abed69dbf339b2 (diff) | |
download | Qt-e2eeb1b2410d32b629c675b63dd84c9dcb976546.zip Qt-e2eeb1b2410d32b629c675b63dd84c9dcb976546.tar.gz Qt-e2eeb1b2410d32b629c675b63dd84c9dcb976546.tar.bz2 |
Adding QFileSystemEntry and QFileSystemEngine to build system
Since we're refactoring code out of QFSFileEngine the new internal
classes have to be compiled in together with the old engines.
For the time being, we'll assume Mac uses the unix version of the
engine. We'll fork those only if and as needed.
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/io/io.pri | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri index d3fddaf..3bde2de 100644 --- a/src/corelib/io/io.pri +++ b/src/corelib/io/io.pri @@ -70,6 +70,7 @@ win32 { SOURCES += io/qwindowspipewriter.cpp SOURCES += io/qfilesystemengine_win.cpp } else:unix { + SOURCES += io/qfilesystemengine_unix.cpp SOURCES += io/qfsfileengine_unix.cpp SOURCES += io/qfsfileengine_iterator_unix.cpp symbian:SOURCES += io/qprocess_symbian.cpp @@ -77,9 +78,6 @@ win32 { macx-*: { HEADERS += io/qfilesystemwatcher_fsevents_p.h SOURCES += io/qsettings_mac.cpp io/qfilesystemwatcher_fsevents.cpp - SOURCES += io/qfilesystemengine_mac.cpp - } else { - SOURCES += io/qfilesystemengine_unix.cpp } linux-*:!symbian { |