Details
-
Suggestion
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.2.0-rc1
Description
qmake -r is slow (due to not being parallelized). in some cases, it also produces subtly different effects than a plain qmake/make. the reliability problems of non-recursive qmake known from qt4 do not exist in qt5 any more.
therefore, qmake -r should not be used.
for fresh build trees, a simple qmake/make is sufficient.
for every other case where a qmake run must be enforced, the qmake call must be followed by "make qmake_all", which does the recursion via make.
Attachments
Issue Links
- resulted in
-
QTCREATORBUG-16807 Creator attempts to build tests and examples for a Qt build that has specified -nomake examples and -nomake tests
- Closed
-
QTCREATORBUG-16431 qmake invocation doesn't work with custom Makefile name
- Closed