2f2ffed775
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>
6 lines
119 B
Prolog
6 lines
119 B
Prolog
SOURCES += tst_lexgen.cpp
|
|
TARGET = tst_lexgen
|
|
include(../lexgen.pri)
|
|
QT = core testlib
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|