summaryrefslogtreecommitdiffstats
path: root/qmake/library/qmakeglobals.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/library/qmakeglobals.h')
-rw-r--r--qmake/library/qmakeglobals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/library/qmakeglobals.h b/qmake/library/qmakeglobals.h
index 96c39fa168..1bb8632883 100644
--- a/qmake/library/qmakeglobals.h
+++ b/qmake/library/qmakeglobals.h
@@ -125,6 +125,7 @@ public:
void setDirectories(const QString &input_dir, const QString &output_dir);
#ifdef QT_BUILD_QMAKE
void setQMakeProperty(QMakeProperty *prop) { property = prop; }
+ void reloadProperties() { property->reload(); }
ProString propertyValue(const ProKey &name) const { return property->value(name); }
#else
# ifdef PROEVALUATOR_INIT_PROPS