Nut/test/tst_basic/tst_basic.pro

27 lines
583 B
Prolog
Raw Normal View History

2016-05-24 14:47:37 +08:00
QT += qml quick testlib sql
QT -= gui
TARGET = tst_nut
TEMPLATE = app
CONFIG += warn_on qmltestcase c++11
INCLUDEPATH += $$PWD/../../src $$PWD/../common
include(../../nut.pri)
IMPORTPATH += $$OUT_PWD/../src/imports
SOURCES += \
maintest.cpp \
../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 \
../common/score.cpp
2016-05-24 14:47:37 +08:00
HEADERS += \
maintest.h \
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 \
../common/score.h