summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/io.pri
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/corelib/io/io.pri
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/corelib/io/io.pri')
-rw-r--r--src/corelib/io/io.pri1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/io/io.pri b/src/corelib/io/io.pri
index 4a20dfa..4a2f042 100644
--- a/src/corelib/io/io.pri
+++ b/src/corelib/io/io.pri
@@ -73,7 +73,6 @@ win32 {
SOURCES += io/qfilesystemengine_win.cpp
SOURCES += io/qfilesystemiterator_win.cpp
} else:unix {
- SOURCES += io/qfsfileengine_iterator_unix.cpp
SOURCES += io/qfsfileengine_unix.cpp
symbian {
SOURCES += io/qfilesystemengine_symbian.cpp