summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.win32
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2010-09-15 17:10:21 +0200
committerPrasanth Ullattil <prasanth.ullattil@nokia.com>2010-09-15 18:56:43 +0200
commit6bc165d0fbbc4704d87e59cc0795dc2769228dc3 (patch)
tree39e63f6e92eb3c11afc8fd3ac1a8408b5121abab /qmake/Makefile.win32
parentfd4463c07f577d9df212388062028f9119e19add (diff)
Implement QFileSystemIterator for windows.
The search is implemented using FindFirstFileEx(). Following optimizations are done * Using large Fetch buffer on Windows 7 * Querying only the long file name * Querying for directories only, depending on QDir::Filters Reviewed-by: Joao
Diffstat (limited to 'qmake/Makefile.win32')
-rw-r--r--qmake/Makefile.win325
1 files changed, 0 insertions, 5 deletions
diff --git a/qmake/Makefile.win32 b/qmake/Makefile.win32
index fa17b9d31b..906d284839 100644
--- a/qmake/Makefile.win32
+++ b/qmake/Makefile.win32
@@ -104,7 +104,6 @@ QTOBJS= \
qtemporaryfile.obj \
qabstractfileengine.obj \
qfsfileengine_win.obj \
- qfsfileengine_iterator_win.obj \
qfileinfo.obj \
qglobal.obj \
qhash.obj \
@@ -161,7 +160,6 @@ clean::
-del qtemporaryfile.obj
-del qabstractfileengine.obj
-del qfsfileengine_win.obj
- -del qfsfileengine_iterator_win.obj
-del qfileinfo.obj
-del qglobal.obj
-del qhash.obj
@@ -333,9 +331,6 @@ qfilesystemiterator_win.obj: $(SOURCE_PATH)\src\corelib\io\qfilesystemiterator_w
qfsfileengine_win.obj: $(SOURCE_PATH)\src\corelib\io\qfsfileengine_win.cpp
$(CXX) $(CXXFLAGS) $(SOURCE_PATH)\src\corelib\io\qfsfileengine_win.cpp
-qfsfileengine_iterator_win.obj: $(SOURCE_PATH)\src\corelib\io\qfsfileengine_iterator_win.cpp
- $(CXX) $(CXXFLAGS) $(SOURCE_PATH)\src\corelib\io\qfsfileengine_iterator_win.cpp
-
qfsfileengine.obj: $(SOURCE_PATH)\src\corelib\io\qfsfileengine.cpp
$(CXX) $(CXXFLAGS) $(SOURCE_PATH)\src\corelib\io\qfsfileengine.cpp