Autotests need to link to QtTestLib
authorBradley T. Hughes <bradley.hughes@nokia.com>
Mon, 7 Nov 2011 11:43:20 +0000 (12:43 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 14 Nov 2011 22:42:17 +0000 (23:42 +0100)
Otherwise the symbols used by the test aren't found when linking.

Change-Id: Ibc78ac76763d0558824b797582e16f97786c5840
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
tests/auto/integrationtests/macplist/test/test.pro

index 1f75e5f..5018abe 100644 (file)
@@ -1,5 +1,6 @@
 CONFIG += testcase
 
+QT += testlib
 SOURCES += ../tst_macplist.cpp
 TARGET = ../tst_macplist
 win32 {