summaryrefslogtreecommitdiffstats
path: root/qmake/property.cpp
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-01-09 19:25:44 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-10 16:16:34 +0100
commit3e4f7ed5ed29c907815f5bae2628e417c340efbc (patch)
tree08facdfcde3ddc9f2d9b185ba93582254f7906fc /qmake/property.cpp
parentf5bdf7583012ab3f82ff53a5af1ee77ced9e049c (diff)
QMap => QHash
this should make the evaluator quite a lot faster. the total win for qtbase/src is only 6%, though. i made some effort to avoid that output files get randomized. however, i didn't bother to keep debug output sorted. Change-Id: Id9cef4674c0153c11ebbb65cb63bf8c229eb56e3 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'qmake/property.cpp')
-rw-r--r--qmake/property.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/property.cpp b/qmake/property.cpp
index 2bacc43e51..c1efef0d2b 100644
--- a/qmake/property.cpp
+++ b/qmake/property.cpp
@@ -43,7 +43,6 @@
#include "option.h"
#include <qdir.h>
-#include <qmap.h>
#include <qsettings.h>
#include <qstringlist.h>
#include <stdio.h>