From 2f2ffed775300f3b3e1674a1c5d175a62f584ebf Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Fri, 27 May 2011 13:00:08 +1000 Subject: Make lexgen tests compile Correctly declare that the tests depend on the Qt build having testlib. Change-Id: Icf3332bc81a10e701316f1cd7021d2f6d3c2f424 Reviewed-on: http://codereview.qt.nokia.com/158 Reviewed-by: Rohan McGovern --- util/lexgen/tests/tests.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util/lexgen') diff --git a/util/lexgen/tests/tests.pro b/util/lexgen/tests/tests.pro index eb04439a13..1a1e51d8c9 100644 --- a/util/lexgen/tests/tests.pro +++ b/util/lexgen/tests/tests.pro @@ -1,6 +1,5 @@ -CONFIG += qtestlib SOURCES += tst_lexgen.cpp TARGET = tst_lexgen include(../lexgen.pri) -QT = core +QT = core testlib DEFINES += SRCDIR=\\\"$$PWD\\\" -- cgit v1.2.3