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