qt5base-lts/qmake/library
Oswald Buddenhagen 34cc41d8a1 don't pass qmake configure arguments to sub-projects
the arguments after '--' are by definition meant only for the top-level
project, as that's where configure is invoked from. passing them to
sub-projects just adds noise to the make output and misleads users.

note that this specifically does not support qmake -r, which will break
if the subprojects rely on the arguments being absent. this isn't a
problem, because the qt build doesn't support qmake -r anyway.

Change-Id: I7ecff6212ce3137526005fc324a4a7ae45e3345e
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2017-01-06 20:09:18 +00:00
..
ioutils.cpp Updated license headers 2016-01-21 18:55:18 +00:00
ioutils.h Updated license headers 2016-01-21 18:55:18 +00:00
proitems.cpp micro-optimize FOO-=$$BAR for empty FOO 2016-12-20 10:16:40 +00:00
proitems.h qmake: introduce magic bypassNesting() scope 2016-12-13 18:56:20 +00:00
qmake_global.h Updated license headers 2016-01-21 18:55:18 +00:00
qmakebuiltins.cpp move generation of qconfig.cpp (and qt.conf) to qmake-based configure 2016-12-13 18:56:12 +00:00
qmakeevaluator_p.h make QMAKE_DIR_SEP magic on writing 2016-12-20 10:16:32 +00:00
qmakeevaluator.cpp fix conditionals on the spec after assigning QMAKESPEC 2016-12-20 10:16:37 +00:00
qmakeevaluator.h make qmake abort when $$prompt() gets EOF 2016-12-13 18:55:19 +00:00
qmakeglobals.cpp don't pass qmake configure arguments to sub-projects 2017-01-06 20:09:18 +00:00
qmakeglobals.h don't pass qmake configure arguments to sub-projects 2017-01-06 20:09:18 +00:00
qmakeparser.cpp qmake: introduce magic bypassNesting() scope 2016-12-13 18:56:20 +00:00
qmakeparser.h add discard_from() function 2016-08-25 11:56:07 +00:00
qmakevfs.cpp Merge remote-tracking branch 'origin/5.6' into 5.7 2016-10-01 22:15:55 +02:00
qmakevfs.h Updated license headers 2016-01-21 18:55:18 +00:00