forked from qt-creator/qt-creator
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:
@@ -132,6 +132,7 @@ public:
|
|||||||
bool initProperties();
|
bool initProperties();
|
||||||
# else
|
# else
|
||||||
void setProperties(const QHash<QString, QString> &props);
|
void setProperties(const QHash<QString, QString> &props);
|
||||||
|
void setProperties(const QHash<ProKey, ProString> &props) { properties = props; }
|
||||||
# endif
|
# endif
|
||||||
ProString propertyValue(const ProKey &name) const { return properties.value(name); }
|
ProString propertyValue(const ProKey &name) const { return properties.value(name); }
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user