Nut/tests/auto/tst_quuid/tst_quuid.pro

20 lines
274 B
Prolog
Raw Normal View History

2019-02-26 20:08:38 +08:00
QT += testlib sql
2018-10-15 22:34:50 +08:00
2019-02-10 22:46:21 +08:00
TARGET = tst_uuid
2018-10-15 22:34:50 +08:00
TEMPLATE = app
2019-02-26 20:08:38 +08:00
CONFIG += warn_on c++11
2019-02-27 00:26:48 +08:00
include(../common/nut-lib.pri)
2018-10-15 22:34:50 +08:00
SOURCES += \
testdatabase.cpp \
2019-02-10 22:46:21 +08:00
test.cpp \
tst_uuid.cpp
2018-10-15 22:34:50 +08:00
HEADERS += \
../common/consts.h \
testdatabase.h \
2019-02-10 22:46:21 +08:00
test.h \
tst_uuid.h
2019-02-28 17:28:49 +08:00