qt5base-lts/qmake/library
Tor Arne Vestbø eea1c359c9 qmake: Evaluate extra configs before loading default_pre
Exclusive builds uses setExtraConfigs to apply the particular CONFIG
of each build pass. Unfortunately we were not applying these extra
configs early enough in QMakeEvaluator::visitProFile() for them to
be picked up/usable by default_pre, something that can be useful.

Change-Id: I423a4688250a15f0c1a2cc65a48f0bbc14ad4497
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2013-10-11 18:47:27 +02: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 qmake: add $$title() function to convert strings to title case 2013-09-24 14:33:00 +02:00
qmakeevaluator_p.h qmake: Expose ARGC to qmake functions to be able to check argument count 2013-09-21 01:25:19 +02:00
qmakeevaluator.cpp qmake: Evaluate extra configs before loading default_pre 2013-10-11 18:47:27 +02:00
qmakeevaluator.h qmake: Evaluate extra configs before loading default_pre 2013-10-11 18:47:27 +02:00
qmakeglobals.cpp make setting a bad $$[QMAKEFEATURES] not crash qmake 2013-10-07 21:01:31 +02:00
qmakeglobals.h make setting a bad $$[QMAKEFEATURES] not crash qmake 2013-10-07 21:01:31 +02: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