summaryrefslogtreecommitdiffstats
path: root/qmake/project.h
diff options
context:
space:
mode:
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); }