Nut/test/tst_basic/tst_basic.pro

28 lines
512 B
Prolog
Raw Normal View History

2019-02-26 20:08:38 +08:00
QT += testlib sql
2016-05-24 14:47:37 +08:00
TARGET = tst_basic
2016-05-24 14:47:37 +08:00
TEMPLATE = app
2019-02-26 20:08:38 +08:00
CONFIG += warn_on c++11
2019-02-27 00:07:14 +08:00
include(../common/nut-lib.pri)
2016-05-24 14:47:37 +08:00
SOURCES += \
../common/comment.cpp \
../common/post.cpp \
2018-01-09 00:59:16 +08:00
../common/user.cpp \
2018-01-14 22:03:24 +08:00
../common/weblogdatabase.cpp \
2019-02-10 22:27:29 +08:00
../common/score.cpp \
tst_basic.cpp
2016-05-24 14:47:37 +08:00
HEADERS += \
2016-06-05 20:22:26 +08:00
../common/consts.h \
2016-05-24 14:47:37 +08:00
../common/comment.h \
../common/post.h \
2018-01-09 00:59:16 +08:00
../common/user.h \
2018-01-14 22:03:24 +08:00
../common/weblogdatabase.h \
2019-02-10 22:27:29 +08:00
../common/score.h \
tst_basic.h
2019-02-28 17:28:49 +08:00
include($$PWD/../../ci-test-init.pri)