Fixed tst_qlogging app silently not compiled in some -fast builds.
authorRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 22 Feb 2012 00:07:01 +0000 (10:07 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 22 Feb 2012 03:48:36 +0000 (04:48 +0100)
commite9015b3bc8827a8276f58bdd41adcac1bcbf2137
tree978476fef1ac1173fc6792e453e1ed74a99f7aa3
parentf3141c58badbd2da9eb42021e9704742c3e52a9b
Fixed tst_qlogging app silently not compiled in some -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.

Task-number: QTBUG-21168
Change-Id: Ic51941db497d7b8fb004f3c50f5ea24d90ff3114
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
tests/auto/corelib/global/qlogging/qlogging.pro
tests/auto/corelib/global/qlogging/test/test.pro [new file with mode: 0644]
tests/auto/corelib/global/qlogging/tst_qlogging.pro [deleted file]