Nut/test/tst_upgrades/tst_upgrades.pro

28 lines
451 B
Prolog
Raw Normal View History

2019-02-26 20:08:38 +08:00
QT += testlib sql
2019-02-14 22:25:53 +08:00
QT -= gui
TARGET = tst_upgrades
TEMPLATE = app
2019-02-26 20:08:38 +08:00
CONFIG += warn_on c++11
2019-02-14 22:25:53 +08:00
INCLUDEPATH += $$PWD/../../src $$PWD/../common
include(../../nut.pri)
IMPORTPATH += $$OUT_PWD/../src/imports
SOURCES += tst_upgrades.cpp \
db1.cpp \
table1.cpp \
db2.cpp \
table2.cpp \
db3.cpp \
table3.cpp
HEADERS += \
tst_upgrades.h \
db1.h \
table1.h \
db2.h \
table2.h \
db3.h \
table3.h