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, 1 insertions, 1 deletions
diff --git a/qmake/project.h b/qmake/project.h
index 4ee6a02597..0e1ab7d870 100644
--- a/qmake/project.h
+++ b/qmake/project.h
@@ -86,6 +86,7 @@ class QMakeProject
QString conffile;
QString superfile;
QString cachefile;
+ QString real_spec, short_spec;
QString pfile;
QMakeProperty *prop;
void reset();
@@ -114,7 +115,6 @@ class QMakeProject
void init(QMakeProperty *);
void cleanup();
QStringList &values(const QString &v, QHash<QString, QStringList> &place);
- void resolveSpec(QString *spec, const QString &qmakespec);
QStringList qmakeFeaturePaths();
public: