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 += \
|
|
|
|
|
maintest.h \
|
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 \
|
|
|
|
|
../common/score.h
|
|
|
|
|
|
2019-02-28 17:33:43 +08:00
|
|
|
include($$PWD/../../ci-test-init.pri)
|