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>bb10
parent
a6973e22ff
commit
2f2ffed775
|
|
@ -1,6 +1,5 @@
|
|||
CONFIG += qtestlib
|
||||
SOURCES += tst_lexgen.cpp
|
||||
TARGET = tst_lexgen
|
||||
include(../lexgen.pri)
|
||||
QT = core
|
||||
QT = core testlib
|
||||
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
||||
|
|
|
|||
Loading…
Reference in New Issue