From 16d5b6911f18977d92734eeea419b27408a08d40 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Thu, 10 May 2012 11:22:07 +0200 Subject: look for .qmake.conf files this is the source dir equivalent of .qmake.cache and can be checked into the repository. it can be used to make project-wide settings, or just to signal the presence of an mkspecs/ directory. Change-Id: I5f1cebad2aa2a89e78089341b2051613b6b7a613 Reviewed-by: Joerg Bornemann --- qmake/project.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qmake/project.h') diff --git a/qmake/project.h b/qmake/project.h index aa31ec9897..e31adc8388 100644 --- a/qmake/project.h +++ b/qmake/project.h @@ -83,6 +83,7 @@ class QMakeProject bool need_restart; bool own_prop; bool backslashWarned; + QString conffile; QString cachefile; QString pfile; QMakeProperty *prop; @@ -132,6 +133,7 @@ public: QStringList userTestFunctions() { return testFunctions.keys(); } QString projectFile(); + QString confFile() const { return conffile; } QString cacheFile() const { return cachefile; } inline QMakeProperty *properties() { return prop; } -- cgit v1.2.3