qt5base-lts/qmake/generators
Tor Arne Vestbø d74bb06079 Generate dependencies for moc_ style includes when using CONFIG+=GNUmake
Sometimes you will include "moc_foo.cpp" from a a cpp file, not to tell
qmake to run moc on it (that's handled by having foo.h in HEADERS), but
so that the moc'ed sources are compiled as part of foo.cpp instead of a
separate compilation unit, or if the moc'ed sources need defintions from
the cpp file.

The dependency logic for CONFIG+=GNUmake failed to take this case into
account, resulting in failures to find files when generating dependency
information for those files.

Change-Id: Iac00424e2d196b518b1ef576d7567335b8ff24f0
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2011-10-20 16:49:24 +02:00
..
integrity Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
mac Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
symbian Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
unix Generate dependencies for moc_ style includes when using CONFIG+=GNUmake 2011-10-20 16:49:24 +02:00
win32 qmake: fix incrementalLinker option writing for vcxproj 2011-10-14 19:42:32 +02:00
makefile.cpp Added missing no_include_pwd check 2011-09-12 16:03:47 +02:00
makefile.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
makefiledeps.cpp Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)' 2011-09-12 16:03:47 +02:00
makefiledeps.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
metamakefile.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
metamakefile.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
projectgenerator.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
projectgenerator.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
xmloutput.cpp Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
xmloutput.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00