2018-10-15 22:34:50 +08:00
|
|
|
QT += qml quick testlib sql
|
|
|
|
|
QT -= gui
|
|
|
|
|
|
2019-02-10 22:46:21 +08:00
|
|
|
TARGET = tst_uuid
|
2018-10-15 22:34:50 +08:00
|
|
|
TEMPLATE = app
|
|
|
|
|
|
|
|
|
|
CONFIG += warn_on qmltestcase c++11
|
|
|
|
|
INCLUDEPATH += $$PWD/../../src $$PWD/../common
|
|
|
|
|
include(../../nut.pri)
|
|
|
|
|
IMPORTPATH += $$OUT_PWD/../src/imports
|
|
|
|
|
SOURCES += \
|
|
|
|
|
testdatabase.cpp \
|
2019-02-10 22:46:21 +08:00
|
|
|
test.cpp \
|
|
|
|
|
tst_uuid.cpp
|
2018-10-15 22:34:50 +08:00
|
|
|
|
|
|
|
|
HEADERS += \
|
|
|
|
|
../common/consts.h \
|
|
|
|
|
testdatabase.h \
|
2019-02-10 22:46:21 +08:00
|
|
|
test.h \
|
|
|
|
|
tst_uuid.h
|