mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-15 00:22:26 +02:00
14 lines
171 B
Prolog
14 lines
171 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += network
|
|
|
|
SOURCES += \
|
|
integrationpluginowlet.cpp \
|
|
owletclient.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginowlet.h \
|
|
owletclient.h
|
|
|
|
|