qt6-bb10/qmake/generators
Joerg Bornemann bbb40616d2 remove dead code
In ancient times, the existence of QMAKE_RUN_CXX_IMP determined the
use of implicit rules. The code path for implicit rules was turned
off in 2006 (0287fe3c), which probably was a refactoring artifact.
Later, implicit rules were enabled again using a different approach.
These days, the non-existence of QMAKE_RUN_CXX determines the use of
implicit rules.
We remove the dead code path now and rely on the latter condition.

One part of the dead code is a feature that turns off inference rules if
the OBJECTS_DIR is set or source file names do not match expectations.
If somebody ever missed this, it has been reimplemented otherwise.
Or not.

Change-Id: If3ce9904d9c1df6e4048c58c2452854cce7fa206
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
2015-01-13 11:47:39 +01:00
..
integrity Update license headers and add new license files 2014-09-24 12:26:19 +02:00
mac Xcode: Make sure QMAKE_PRE_LINK dependencies are complete for multi-arch builds 2014-11-12 14:01:33 +01:00
unix Add CFBundleIdentifier to the bundle Info.plist's 2014-11-10 16:04:12 +01:00
win32 use QSet<T> instead of QHash<T, void*> 2015-01-13 11:47:35 +01:00
makefile.cpp remove dead code 2015-01-13 11:47:39 +01:00
makefile.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
makefiledeps.cpp Update license headers and add new license files 2014-09-24 12:26:19 +02:00
makefiledeps.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
metamakefile.cpp Update license headers and add new license files 2014-09-24 12:26:19 +02:00
metamakefile.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
projectgenerator.cpp Update license headers and add new license files 2014-09-24 12:26:19 +02:00
projectgenerator.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00
xmloutput.cpp Update license headers and add new license files 2014-09-24 12:26:19 +02:00
xmloutput.h Update license headers and add new license files 2014-09-24 12:26:19 +02:00