From cc2cd0db5d0c53605ab93f796765667ead1920e8 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 18 Sep 2012 10:54:52 +0200 Subject: fold m_qmakespecFull back into m_qmakespec the original value is not used any more after the final resolution. Change-Id: Icadc219f045a1bbfd20506c4c72c53d1fb352969 Reviewed-by: Joerg Bornemann --- qmake/project.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmake/project.h') diff --git a/qmake/project.h b/qmake/project.h index f38b4351fe..3b5e57cd90 100644 --- a/qmake/project.h +++ b/qmake/project.h @@ -60,7 +60,7 @@ public: QString buildRoot() const { return m_buildRoot; } QString confFile() const { return m_conffile; } QString cacheFile() const { return m_cachefile; } - QString specDir() const { return m_qmakespecFull; } + QString specDir() const { return m_qmakespec; } ProString expand(const QString &v, const QString &file, int line); QStringList expand(const ProKey &func, const QList &args); -- cgit v1.2.1