Nut/__tests/auto/tst_basic/tst_basic.pro

26 lines
473 B
Prolog
Raw Normal View History

2023-02-20 22:54:33 +08:00
QT += testlib sql
TARGET = tst_basic
TEMPLATE = app
CONFIG += warn_on c++11
include(../common/nut-lib.pri)
SOURCES += \
../common/comment.cpp \
../common/post.cpp \
../common/user.cpp \
../common/weblogdatabase.cpp \
../common/score.cpp \
tst_basic.cpp
HEADERS += \
../common/consts.h \
../common/comment.h \
../common/post.h \
../common/user.h \
../common/weblogdatabase.h \
../common/score.h \
tst_basic.h