tests: use contains(QT_CONFIG,private_tests) consistently
authorSergio Ahumada <sergio.ahumada@nokia.com>
Sun, 1 Jan 2012 20:24:28 +0000 (21:24 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 2 Jan 2012 00:37:42 +0000 (01:37 +0100)
commit628d3f85d2d06e25851684aede396fd1b0a12db9
tree22f1e727b003802efe09649e825e458c19fa376e
parentdce0563b27269bb01b5d0bcc79066e95e4447ef6
tests: use contains(QT_CONFIG,private_tests) consistently

These tests used requires(contains(QT_CONFIG,private_tests)) in their
.pro file, but did not subtract themselves from their parent project
SUBDIRS when private_tests weren't enabled.

In the best case, this wastes a little time as qmake iterates over these
projects which won't be built.  In some worse esoteric cases, this may
break compilation or packaging.

Change-Id: If36b1b8f69c3509128786fec67899ae18ffaa2bc
Reviewed-by: Toby Tomkins <toby.tomkins@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
tests/auto/network/socket/socket.pro
tests/auto/network/ssl/ssl.pro