qt5base-lts/qmake/library
Oswald Buddenhagen ff31d87cc8 support a cache that is really just a cache
unlike .qmake.cache & co., the presence of this file has no magic
effects on where mkspecs, modules and other things are searched.

as the obvious name "cache" is of course already taken, we call it
"stash".

the file is searched up to the super cache (if present), otherwise up to
the normal cache/conf (if present), otherwise up to the root.
if it's not found, it is created next to the super cache (if present),
otherwise next to the cache/conf (if present), otherwise in the current
output directory.

note that the cache really should be created and populated by the
top-level project if there are subprojects: otherwise, if there is an
"anchor" (super/cache/conf), subprojects would race for updating the
cache and make a mess. without an "anchor", each subproject would just
create its own cache, kind of defeating its purpose. this is no
different from the existing "cache", but it's worth mentioning that
removing the "anchoring" function does not remove the "nesting order"
constraint.

Task-number: QTBUG-31340
Change-Id: I786d40cef40d14582a0dd4a9407863001bec4c98
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
2013-11-14 19:26:20 +01:00
..
ioutils.cpp minor optimization: don't concatenate strings needlessly 2013-07-19 17:15:16 +02:00
ioutils.h minor optimization: don't concatenate strings needlessly 2013-07-19 17:15:16 +02:00
proitems.cpp fix warning in ProStringList_join 2013-05-07 15:03:11 +02:00
proitems.h update size calculations for assignment statements 2013-05-20 15:20:26 +02:00
qmake_global.h add missing ifdefery 2013-06-12 16:27:10 +02:00
qmakebuiltins.cpp support a cache that is really just a cache 2013-11-14 19:26:20 +01:00
qmakeevaluator_p.h qmake: Update internal mkspec on changes to QMAKESPEC 2013-10-11 21:01:27 +02:00
qmakeevaluator.cpp support a cache that is really just a cache 2013-11-14 19:26:20 +01:00
qmakeevaluator.h support a cache that is really just a cache 2013-11-14 19:26:20 +01:00
qmakeglobals.cpp make setting a bad $$[QMAKEFEATURES] not crash qmake 2013-10-07 21:01:31 +02:00
qmakeglobals.h support a cache that is really just a cache 2013-11-14 19:26:20 +01:00
qmakeparser.cpp complain about absent files to -pro argument (in lupdate) 2013-08-20 22:56:07 +02:00
qmakeparser.h complain about absent files to -pro argument (in lupdate) 2013-08-20 22:56:07 +02:00
qmakevfs.cpp implement simple VFS to support caching during project parsing 2013-08-07 13:58:41 +02:00
qmakevfs.h implement simple VFS to support caching during project parsing 2013-08-07 13:58:41 +02:00