Fixed tst_qobject signalbug silently not compiled in -fast builds.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Thu, 23 Feb 2012 07:53:04 +0000 (08:53 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 23 Feb 2012 08:06:44 +0000 (09:06 +0100)
commit4a7be92f06d81b93264e998d5f98480cf5bc58ba
treec5754b2e983991d892f01c72f37b28f9ecf7d43d
parent2b4e20ff17b56b1c590e9cc25393fa751d7fbce4
Fixed tst_qobject signalbug silently not compiled in -fast builds.

When configuring with -fast on Windows, a directory which contains two
.pro files, one SUBDIRS and one not, will have the SUBDIRS Makefile
silently clobbered by the non-SUBDIRS Makefile.  In practice, this may
cause various subdirectories to be silently excluded from the build.

Rearrange .pro files for this test to avoid triggering this bug.

See also  e9015b3bc8827a8276f58bdd41adcac1bcbf2137.

Task-number: QTBUG-21168

Change-Id: I18fac1ac636fdc6b2aaee1b4cdfee9c4bc2a77ff
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/corelib/kernel/qobject/qobject.pro
tests/auto/corelib/kernel/qobject/test/test.pro [moved from tests/auto/corelib/kernel/qobject/tst_qobject.pro with 79% similarity]