make using testlib automatically "promote" all modules to -private
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Mon, 25 Jun 2012 15:18:26 +0000 (17:18 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 26 Jun 2012 09:51:34 +0000 (11:51 +0200)
commit34cb86d46b5cebed14bbb8c5e4143447025e9094
tree8b52d50631c841871dfb3a6bd6e43aaca98d1401
parent1cb7979e0b96514a277e0178340e84ff8f3a3b28
make using testlib automatically "promote" all modules to -private

autotests often need private headers (especially with qpa headers now
being private) and have no compatibility requirements, so it makes sense
to just use the privates of requested modules.

this also suppresses the useless warning about using privates, in case
they are still explicitly specified.

Change-Id: I9e499bedcf6ef25777283ff1432cef7254e9093a
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
mkspecs/features/qt.prf
mkspecs/features/qt_functions.prf
src/testlib/testlib.pro