From c5b528084ec9fe550fa5252283392c447e4d2e1b Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Mon, 7 Nov 2011 12:43:20 +0100 Subject: Autotests need to link to QtTestLib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise the symbols used by the test aren't found when linking. Change-Id: Ibc78ac76763d0558824b797582e16f97786c5840 Reviewed-by: João Abecasis --- tests/auto/integrationtests/macplist/test/test.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/auto/integrationtests/macplist/test/test.pro b/tests/auto/integrationtests/macplist/test/test.pro index 1f75e5fc78..5018abeca9 100644 --- a/tests/auto/integrationtests/macplist/test/test.pro +++ b/tests/auto/integrationtests/macplist/test/test.pro @@ -1,5 +1,6 @@ CONFIG += testcase +QT += testlib SOURCES += ../tst_macplist.cpp TARGET = ../tst_macplist win32 { -- cgit v1.2.3