Make lexgen tests compile
authorJason McDonald <jason.mcdonald@nokia.com>
Fri, 27 May 2011 03:00:08 +0000 (13:00 +1000)
committerQt Continuous Integration System <qt-info@nokia.com>
Fri, 27 May 2011 06:41:02 +0000 (08:41 +0200)
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 <rohan.mcgovern@nokia.com>
util/lexgen/tests/tests.pro

index eb04439..1a1e51d 100644 (file)
@@ -1,6 +1,5 @@
-CONFIG += qtestlib
 SOURCES += tst_lexgen.cpp
 TARGET = tst_lexgen
 include(../lexgen.pri)
-QT = core
+QT = core testlib
 DEFINES += SRCDIR=\\\"$$PWD\\\"