Nut/test/tst_basic/tst_basic.pro

27 lines
563 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
QT -= gui
TARGET = tst_nut
TEMPLATE = app
2019-02-26 20:08:38 +08:00
CONFIG += warn_on c++11
2016-05-24 14:47:37 +08:00
INCLUDEPATH += $$PWD/../../src $$PWD/../common
include(../../nut.pri)
IMPORTPATH += $$OUT_PWD/../src/imports
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