summaryrefslogtreecommitdiffstats
path: root/qmake/project.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-23 15:07:44 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-27 14:35:28 +0200
commit79d6839306632d81b44e4ab01280f5220717b965 (patch)
tree013e1ae017aa8fe2de50afc1f6f72b1f10ca5813 /qmake/project.h
parent96702729c8ac7ac99066c39693ddd38c3d7e9673 (diff)
introduce magicValues() function
the only place where the two remaining magic values need to be referencable is doVariableReplaceExpand(), so make a separate function and use it only in that place. Change-Id: I6e2fcfa3a4f16727d90ace56eb88fc99ef272ffc Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'qmake/project.h')
-rw-r--r--qmake/project.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/project.h b/qmake/project.h
index 0fb8048935..8dc863a2f8 100644
--- a/qmake/project.h
+++ b/qmake/project.h
@@ -117,6 +117,7 @@ class QMakeProject
void loadDefaults();
void setupProject();
QStringList &values(const QString &v, QHash<QString, QStringList> &place);
+ QStringList &magicValues(const QString &v, QHash<QString, QStringList> &place);
QStringList qmakeFeaturePaths();
public: