summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorJoão Abecasis <joao.abecasis@nokia.com>2010-08-30 14:59:20 (GMT)
committerJoão Abecasis <joao.abecasis@nokia.com>2010-08-31 14:19:19 (GMT)
commit7a8cdcac068898697f9f0f75c410ea673d6f0d60 (patch)
tree22c0054186563c754c75af20b34abc34ccd85234 /src/tools
parentc2df86d23477573ef664a20b47b19a42e4a2e6c8 (diff)
downloadQt-7a8cdcac068898697f9f0f75c410ea673d6f0d60.zip
Qt-7a8cdcac068898697f9f0f75c410ea673d6f0d60.tar.gz
Qt-7a8cdcac068898697f9f0f75c410ea673d6f0d60.tar.bz2
Adding minimal QFileSystemIterator API
Only stubs, for now, but it's a start. Reviewed-by: Thomas Zander
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/bootstrap/bootstrap.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/bootstrap/bootstrap.pro b/src/tools/bootstrap/bootstrap.pro
index 9adba9c..6d2f760 100644
--- a/src/tools/bootstrap/bootstrap.pro
+++ b/src/tools/bootstrap/bootstrap.pro
@@ -86,10 +86,12 @@ SOURCES += \
../../xml/sax/qxml.cpp
unix:SOURCES += ../../corelib/io/qfilesystemengine_unix.cpp \
+ ../../corelib/io/qfilesystemiterator_unix.cpp \
../../corelib/io/qfsfileengine_unix.cpp \
../../corelib/io/qfsfileengine_iterator_unix.cpp
win32:SOURCES += ../../corelib/io/qfilesystemengine_win.cpp \
+ ../../corelib/io/qfilesystemiterator_win.cpp \
../../corelib/io/qfsfileengine_win.cpp \
../../corelib/io/qfsfileengine_iterator_win.cpp