12 lines
162 B
Prolog
12 lines
162 B
Prolog
include(../../../nymea.pri)
|
|
include(../autotests.pri)
|
|
|
|
TARGET = scripts
|
|
SOURCES += testscripts.cpp \
|
|
testhelper.cpp
|
|
|
|
QT += qml
|
|
|
|
HEADERS += \
|
|
testhelper.h
|