diff --git a/qmake/library/proitems.h b/qmake/library/proitems.h index 4569d7c3ff0..01370959c77 100644 --- a/qmake/library/proitems.h +++ b/qmake/library/proitems.h @@ -35,6 +35,7 @@ #include #include #include +#include QT_BEGIN_NAMESPACE @@ -316,7 +317,7 @@ Q_DECLARE_TYPEINFO(ProStringList, Q_MOVABLE_TYPE); inline ProStringList operator+(const ProStringList &one, const ProStringList &two) { ProStringList ret = one; ret += two; return ret; } -typedef QHash ProValueMap; +typedef QMap ProValueMap; // These token definitions affect both ProFileEvaluator and ProWriter enum ProToken {