Nut/test/tst_quuid/tst_quuid.pro

21 lines
387 B
Prolog

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 \
testdatabase.cpp \
test.cpp
HEADERS += \
maintest.h \
../common/consts.h \
testdatabase.h \
test.h