summaryrefslogtreecommitdiffstats
path: root/qmake/project.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-02-01 22:25:04 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-21 22:31:00 +0100
commita0da58b5dd358b9728fc428153463cbca9c23689 (patch)
tree510b37926a64946b0d926ed447272ef8388aaefd /qmake/project.h
parent3cf6521f54175031382672c3331899fe1f98a6c9 (diff)
make resolution of default spec less inefficient
resolve only once, in particular on unix. Change-Id: I090698fc6029322a3a16d179d461af3e8336f6ad Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@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 7a9cc1eae4..ce90be035f 100644
--- a/qmake/project.h
+++ b/qmake/project.h
@@ -108,6 +108,7 @@ class QMakeProject
void init(QMakeProperty *, const QHash<QString, QStringList> *);
QStringList &values(const QString &v, QHash<QString, QStringList> &place);
void validateModes();
+ void resolveSpec(QString *spec, const QString &qmakespec);
public:
QMakeProject() { init(0, 0); }