summaryrefslogtreecommitdiffstats
path: root/qmake/property.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/property.h')
-rw-r--r--qmake/property.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/qmake/property.h b/qmake/property.h
index d67d0ad09d..6195e482fb 100644
--- a/qmake/property.h
+++ b/qmake/property.h
@@ -44,6 +44,7 @@
#include <qglobal.h>
#include <qstring.h>
+#include <qhash.h>
QT_BEGIN_NAMESPACE
@@ -55,6 +56,9 @@ class QMakeProperty
void initSettings();
QString keyBase(bool =true) const;
QString value(QString, bool just_check);
+
+ QHash<QString, QString> m_values;
+
public:
QMakeProperty();
~QMakeProperty();