qt5base-lts/qmake
Oswald Buddenhagen 2702f7637e add cache() function
this function adds the current contents of the named variable to the
cache. this comprises populating base_vars and appending an assignment
to .qmake.cache. if no cache file exists yet, it will be created in the
current output directory (and inherited by subdirs projects). if called
without a variable name, only create the cache file if missing.

Change-Id: I1e81c2238aa6a5817a6ebbfb022e2b995c349363
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
2012-06-19 16:39:54 +02:00
..
generators introduce ability to build projects for the host system 2012-06-19 16:37:49 +02:00
cachekeys.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
CHANGES Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
main.cpp Revert "move .qmake.cache search to Option" 2012-06-19 16:37:49 +02:00
Makefile.unix Remove -DQT_NO_STL from the bootstrapped builds 2012-04-07 05:19:56 +02:00
Makefile.win32 Add Visual Studio 11 mkspec 2012-05-16 13:34:20 +02:00
Makefile.win32-g++ Remove -DQT_NO_STL from the bootstrapped builds 2012-04-07 05:19:56 +02:00
meta.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
meta.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
option.cpp introduce ability to build projects for the host system 2012-06-19 16:37:49 +02:00
option.h introduce ability to build projects for the host system 2012-06-19 16:37:49 +02:00
project.cpp add cache() function 2012-06-19 16:39:54 +02:00
project.h introduce ability to build projects for the host system 2012-06-19 16:37:49 +02:00
property.cpp Revert "move finding the makespec to Option" 2012-06-19 16:37:49 +02:00
property.h optimize QMakeProperty 2012-03-01 21:00:23 +01:00
qmake_pch.h QHash security fix (1/2): add global QHash seed 2012-04-03 19:12:13 +02:00
qmake.pri Remove -DQT_NO_STL from the bootstrapped builds 2012-04-07 05:19:56 +02:00
qmake.pro properly declare the host tools as such in the project files 2012-06-19 16:37:50 +02:00