qt5base-lts/qmake/generators
Joerg Bornemann 9f77c91522 Sequentialize install targets in debug_and_release builds
Debug/release install targets can potentially install the same files which
leads to errors on install when running make with -j > 1.

If build_all is set, make the 'install' dependent of the new target
'debug-release-install' which contains the commands of 'debug-install' and
'release-install'.

Of course, debug/release is not hard-coded, but the content of the BUILDS
variable is used.

Change-Id: I67b504a95b83daf43bc89dcc0e3391b67e19c027
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-05-24 11:34:32 +02:00
..
mac qmake: remove use of Java-style iterators 2019-05-21 08:58:35 +02:00
unix Clean up class definitions of makefile generators 2019-05-16 11:36:22 +00:00
win32 Deduplicate initialization code for default variables 2019-05-16 11:36:36 +00:00
makefile.cpp Sequentialize install targets in debug_and_release builds 2019-05-24 11:34:32 +02:00
makefile.h Clean up class definitions of makefile generators 2019-05-16 11:36:22 +00:00
makefiledeps.cpp qmake: Distinguish local header files by directory and name 2019-05-07 08:41:09 +00:00
makefiledeps.h qmake: replace a uint:1 with a bool 2016-08-15 22:16:09 +00:00
metamakefile.cpp QRegExp include cleanup 2019-04-19 21:21:17 +00:00
metamakefile.h qmake: Apply modernize-use-nullptr 2018-08-08 17:30:32 +00:00
projectgenerator.cpp Clean up class definitions of makefile generators 2019-05-16 11:36:22 +00:00
projectgenerator.h Clean up class definitions of makefile generators 2019-05-16 11:36:22 +00:00
xmloutput.cpp Prefix textstream operators with Qt:: 2019-05-02 11:52:02 +00:00
xmloutput.h Updated license headers 2016-01-21 18:55:18 +00:00