summaryrefslogtreecommitdiffstats
path: root/qmake/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/project.h')
-rw-r--r--qmake/project.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/qmake/project.h b/qmake/project.h
index 3b5e57cd90..5183c96765 100644
--- a/qmake/project.h
+++ b/qmake/project.h
@@ -78,6 +78,7 @@ public:
void dump() const;
using QMakeEvaluator::LoadFlags;
+ using QMakeEvaluator::VisitReturn;
using QMakeEvaluator::setExtraVars;
using QMakeEvaluator::setExtraConfigs;
using QMakeEvaluator::loadSpec;
@@ -89,6 +90,9 @@ public:
using QMakeEvaluator::isActiveConfig;
using QMakeEvaluator::isHostBuild;
using QMakeEvaluator::dirSep;
+
+private:
+ static bool boolRet(VisitReturn vr);
};
inline int QMakeProject::intValue(const ProKey &v, int defaultValue) const