Autotests need to link to QtTestLib

Otherwise the symbols used by the test aren't found when linking.

Change-Id: Ibc78ac76763d0558824b797582e16f97786c5840
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
This commit is contained in:
Bradley T. Hughes 2011-11-07 12:43:20 +01:00 committed by Qt by Nokia
parent 9c7c22f52b
commit c5b528084e

View File

@ -1,5 +1,6 @@
CONFIG += testcase
QT += testlib
SOURCES += ../tst_macplist.cpp
TARGET = ../tst_macplist
win32 {