summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-05-09 18:39:05 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-06-19 16:37:49 +0200
commit528192a78b3250964ee99efab42b6683da02eb11 (patch)
tree9845cd37f0dad4a01eb9048239921d158ffcd92e /qmake
parent4e9cbfc90f6db09d865d9dc5bb40924fbe0d11a3 (diff)
Revert "make default_pro.prf advertize dynamically created .qmake.cache"
... and followup fixes. this is not needed any more due to the breaking patch being reverted. Change-Id: Ia3416fcc16ddece680efbd0322286a601879fa0a Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/project.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qmake/project.cpp b/qmake/project.cpp
index 283dee13c8..4d4dfe955e 100644
--- a/qmake/project.cpp
+++ b/qmake/project.cpp
@@ -1187,8 +1187,6 @@ QMakeProject::parse(const QString &t, QHash<QString, QStringList> &place, int nu
}
if(var == "REQUIRES") // special case to get communicated to backends!
doProjectCheckReqs(vallist, place);
- else if (var == "_QMAKE_CACHE_")
- Option::mkfile::cachefile = varlist.isEmpty() ? QString() : varlist.at(0);
}
return true;
}