summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorJoão Abecasis <joao.abecasis@nokia.com>2010-09-10 15:43:23 (GMT)
committerJoão Abecasis <joao.abecasis@nokia.com>2010-09-10 17:13:12 (GMT)
commitce74c076062c84f183f72947730db7b0e2d5ab54 (patch)
tree3a25cd88c846e131a6d6f5a570ee5fd96a48f9fd /src/tools
parent8f40161a7932e901a9f6fe59b5b3d2666c5482c5 (diff)
downloadQt-ce74c076062c84f183f72947730db7b0e2d5ab54.zip
Qt-ce74c076062c84f183f72947730db7b0e2d5ab54.tar.gz
Qt-ce74c076062c84f183f72947730db7b0e2d5ab54.tar.bz2
Refactored QFSFileEngineIterator/Unix
into new internal native iterators. QFSFileEngineIterator will use that internally, currently only on non-windows platforms. This implementation can be reused on Windows once the native iterators are in place there as well. Reviewed-by: Shane Kearns
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/bootstrap/bootstrap.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro
index 016fdc0..81b785a 100644
--- a/src/tools/bootstrap/bootstrap.pro
+++ b/src/tools/bootstrap/bootstrap.pro
@@ -87,8 +87,7 @@ SOURCES += \
unix:SOURCES += ../../corelib/io/qfilesystemengine_unix.cpp \
../../corelib/io/qfilesystemiterator_unix.cpp \
- ../../corelib/io/qfsfileengine_unix.cpp \
- ../../corelib/io/qfsfileengine_iterator_unix.cpp
+ ../../corelib/io/qfsfileengine_unix.cpp
win32:SOURCES += ../../corelib/io/qfilesystemengine_win.cpp \
../../corelib/io/qfilesystemiterator_win.cpp \