mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-15 00:22:26 +02:00
24 lines
446 B
Prolog
24 lines
446 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += network serialport
|
|
|
|
SOURCES += \
|
|
arduinoflasher.cpp \
|
|
integrationpluginowlet.cpp \
|
|
owletclient.cpp \
|
|
owletserialclient.cpp \
|
|
owletserialtransport.cpp \
|
|
owlettcptransport.cpp \
|
|
owlettransport.cpp
|
|
|
|
HEADERS += \
|
|
arduinoflasher.h \
|
|
integrationpluginowlet.h \
|
|
owletclient.h \
|
|
owletserialclient.h \
|
|
owletserialtransport.h \
|
|
owlettcptransport.h \
|
|
owlettransport.h
|
|
|
|
|