Nut/test/tst_quuid/tst_quuid.pro

21 lines
312 B
Prolog

QT += testlib sql
TARGET = tst_uuid
TEMPLATE = app
CONFIG += warn_on c++11
include(../common/nut-lib.pri)
SOURCES += \
testdatabase.cpp \
test.cpp \
tst_uuid.cpp
HEADERS += \
../common/consts.h \
testdatabase.h \
test.h \
tst_uuid.h
include($$PWD/../../ci-test-init.pri)