Nut/test/tst_nut.pro

22 lines
378 B
Prolog
Raw Normal View History

2016-05-12 14:08:58 +08:00
QT += qml quick testlib sql
QT -= gui
TARGET = tst_nut
CONFIG += warn_on qmltestcase c++11
INCLUDEPATH += $$PWD/../src
include(../nut.pri)
TEMPLATE = app
IMPORTPATH += $$OUT_PWD/../src/imports
SOURCES += \
maintest.cpp \
comment.cpp \
post.cpp \
weblogdatabase.cpp
HEADERS += \
maintest.h \
comment.h \
post.h \
weblogdatabase.h