diff options
author | Oswald Buddenhagen <[email protected]> | 2015-05-15 20:58:50 +0200 |
---|---|---|
committer | Oswald Buddenhagen <[email protected]> | 2015-10-28 13:03:29 +0000 |
commit | 4726deef3d475b8b7c4de285407e0a64833411da (patch) | |
tree | 79109deb93ebf21f131b2ed5f1f869eacb015b8f /src/shared/proparser/qmakeglobals.h | |
parent | 81a2ae415f2fbbbd299697762d5ee2cc2435e6e6 (diff) |
add enabler for qmake evaluator test
the actual test is omitted from qtcreator.
Change-Id: I31b95daede5edef245dd1ba447f2937a0db34232
Reviewed-by: Joerg Bornemann <[email protected]>
(cherry picked from qtbase/5ddc16b5df1c95140124430553f91dcc4789f831)
Diffstat (limited to 'src/shared/proparser/qmakeglobals.h')
-rw-r--r-- | src/shared/proparser/qmakeglobals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/proparser/qmakeglobals.h b/src/shared/proparser/qmakeglobals.h index 11db4ff86e5..2ae75c31e8d 100644 --- a/src/shared/proparser/qmakeglobals.h +++ b/src/shared/proparser/qmakeglobals.h @@ -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 |