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>
bb10
Bradley T. Hughes 2011-11-07 12:43:20 +01:00 committed by Qt by Nokia
parent 9c7c22f52b
commit c5b528084e
1 changed files with 1 additions and 0 deletions

View File

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