Nut/tests/auto/tst_commands/tst_commands.pro

22 lines
499 B
Prolog
Raw Normal View History

2017-08-09 21:19:35 +08:00
QT += qml quick testlib sql
TARGET = tst_nut
CONFIG += warn_on qmltestcase c++11
INCLUDEPATH += $$PWD/../../src $$PWD/../common
include(../../nut.pri)
TEMPLATE = app
IMPORTPATH += $$OUT_PWD/../src/imports
SOURCES += \
../common/comment.cpp \
../common/post.cpp \
2018-01-09 00:59:16 +08:00
../common/weblogdatabase.cpp \
2019-02-26 00:16:18 +08:00
../common/user.cpp \
tst_commands.cpp
2017-08-09 21:19:35 +08:00
HEADERS += \
../common/comment.h \
../common/post.h \
2018-01-09 00:59:16 +08:00
../common/weblogdatabase.h \
2019-02-26 00:16:18 +08:00
../common/user.h \
tst_commands.h