summaryrefslogtreecommitdiffstats
path: root/qmake/project.h
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/project.h')
-rw-r--r--qmake/project.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qmake/project.h b/qmake/project.h
index 171016e264..57ea023acd 100644
--- a/qmake/project.h
+++ b/qmake/project.h
@@ -173,6 +173,8 @@ public:
const QHash<QString, QStringList> &variables() const { return vars; }
QHash<QString, QStringList> &variables() { return vars; }
+ void dump() const;
+
bool isRecursive() const { return recursive; }
bool isHostBuild() const { return host_build; }