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 <rohan.mcgovern@nokia.com>
This commit is contained in:
Jason McDonald 2011-05-27 13:00:08 +10:00 committed by Qt Continuous Integration System
parent a6973e22ff
commit 2f2ffed775

View 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\\\"