From 4726deef3d475b8b7c4de285407e0a64833411da Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 15 May 2015 20:58:50 +0200 Subject: [PATCH] add enabler for qmake evaluator test the actual test is omitted from qtcreator. Change-Id: I31b95daede5edef245dd1ba447f2937a0db34232 Reviewed-by: Joerg Bornemann (cherry picked from qtbase/5ddc16b5df1c95140124430553f91dcc4789f831) --- src/shared/proparser/qmakeglobals.h | 1 + 1 file changed, 1 insertion(+) 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 &props); + void setProperties(const QHash &props) { properties = props; } # endif ProString propertyValue(const ProKey &name) const { return properties.value(name); } #endif