summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorThomas Zander <t.zander@nokia.com>2010-09-21 12:21:07 (GMT)
committerThomas Zander <t.zander@nokia.com>2010-09-22 11:06:53 (GMT)
commitb22bc06f8dac7723026014ba39a108b198f16d66 (patch)
tree4e908dec8f37987b597c18544463e598ad41c397 /qmake
parent333b30dc2b3c065dec2c84cf9750a526c2636d34 (diff)
downloadQt-b22bc06f8dac7723026014ba39a108b198f16d66.zip
Qt-b22bc06f8dac7723026014ba39a108b198f16d66.tar.gz
Qt-b22bc06f8dac7723026014ba39a108b198f16d66.tar.bz2
Make QDirIterator cheaper when constructed with a QDir
Make sure we share the pre-calculated entry and avoid resolving the fileEngine if we know its a native FS based file. Reviewed-by: João Abecasis
Diffstat (limited to 'qmake')
-rw-r--r--qmake/qmake.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/qmake.pri b/qmake/qmake.pri
index 1d35183..889338f 100644
--- a/qmake/qmake.pri
+++ b/qmake/qmake.pri
@@ -98,6 +98,7 @@ bootstrap { #Qt code
qdatetime.h \
qdatetime_p.h \
qdir.h \
+ qdir_p.h \
qdiriterator.h \
qfile.h \
qabstractfileengine.h \