2019-02-27 00:26:48 +08:00
|
|
|
QT += testlib sql
|
2019-02-11 14:44:49 +08:00
|
|
|
|
|
|
|
|
CONFIG += qt console warn_on depend_includepath testcase
|
|
|
|
|
CONFIG -= app_bundle
|
|
|
|
|
|
|
|
|
|
TEMPLATE = app
|
|
|
|
|
|
2019-02-27 00:07:14 +08:00
|
|
|
include(../common/nut-lib.pri)
|
2019-02-11 14:44:49 +08:00
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
|
tst_generators.cpp
|
2019-02-11 16:00:00 +08:00
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
tst_generators.h
|