Nut/tests/auto/tst_benckmark/tst_benckmark.pro

27 lines
486 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
2019-02-08 17:11:53 +08:00
TARGET = tst_benchmark
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 \
2019-02-08 17:11:53 +08:00
../common/user.cpp \
../common/weblogdatabase.cpp \
2019-02-10 22:27:29 +08:00
../common/score.cpp \
tst_benchmark.cpp
2016-05-24 14:47:37 +08:00
HEADERS += \
2019-02-08 17:11:53 +08:00
../common/consts.h \
2016-05-24 14:47:37 +08:00
../common/comment.h \
../common/post.h \
2019-02-08 17:11:53 +08:00
../common/user.h \
../common/weblogdatabase.h \
2019-07-21 23:33:06 +08:00
../common/score.h \
tst_benchmark.h
2019-02-08 17:11:53 +08:00