add enabler for qmake evaluator test

the actual test is omitted from qtcreator.

Change-Id: I31b95daede5edef245dd1ba447f2937a0db34232
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
(cherry picked from qtbase/5ddc16b5df1c95140124430553f91dcc4789f831)
This commit is contained in:
Oswald Buddenhagen
2015-05-15 20:58:50 +02:00
parent 81a2ae415f
commit 4726deef3d

View File

@@ -132,6 +132,7 @@ public:
bool initProperties();
# else
void setProperties(const QHash<QString, QString> &props);
void setProperties(const QHash<ProKey, ProString> &props) { properties = props; }
# endif
ProString propertyValue(const ProKey &name) const { return properties.value(name); }
#endif