powersync-plugins/tempo/tempo.pro

15 lines
216 B
Prolog

include(../plugins.pri)
QT += network
TARGET = $$qtLibraryTarget(nymea_integrationplugintempo)
SOURCES += \
integrationplugintempo.cpp \
tempo.cpp
HEADERS += \
integrationplugintempo.h \
tempo.h