Nut/test/tst_benckmark/tst_benckmark.pro

28 lines
595 B
Prolog
Raw Normal View History

2016-05-24 14:47:37 +08:00
QT += qml quick testlib sql
QT -= gui
2019-02-08 17:11:53 +08:00
TARGET = tst_benchmark
TEMPLATE = app
2016-05-24 14:47:37 +08:00
CONFIG += warn_on qmltestcase c++11
INCLUDEPATH += $$PWD/../../src $$PWD/../common
include(../../nut.pri)
IMPORTPATH += $$OUT_PWD/../src/imports
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