Use "QT += testlib" consistently
authorJason McDonald <jason.mcdonald@nokia.com>
Fri, 27 May 2011 03:20:52 +0000 (13:20 +1000)
committerQt Continuous Integration System <qt-info@nokia.com>
Fri, 27 May 2011 06:41:00 +0000 (08:41 +0200)
commita6973e22ff3ec047875d296182c2ac4d106e2ddf
tree46c2dc9d6c53b47f2ca3627cbb2fb4c4b8b4d201
parentd49973f834fb73c534275f5b1d508329638e2823
Use "QT += testlib" consistently

If a project uses "load(qttest_p4)" it doesn't need to add testlib to
the CONFIG or QT variables.  If a project does not use
"load(qttest_p4)", it should add "testlib" to the QT variable.

Change-Id: If28353713ccdfe13612682e3e88dadebe2f2eefd
Reviewed-on: http://codereview.qt.nokia.com/159
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
examples/qtestlib/tutorial1/tutorial1.pro
examples/qtestlib/tutorial2/tutorial2.pro
examples/qtestlib/tutorial3/tutorial3.pro
examples/qtestlib/tutorial4/tutorial4.pro
examples/qtestlib/tutorial5/tutorial5.pro
tests/auto/qcompleter/qcompleter.pro
tests/auto/qerrormessage/qerrormessage.pro
tests/auto/qlocalsocket/lackey/lackey.pro
tests/auto/qmessagebox/qmessagebox.pro
tests/auto/qtipc/lackey/lackey.pro
tests/auto/uic/uic.pro