mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-04 22:49:42 +02:00
14 lines
196 B
Prolog
14 lines
196 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += network
|
|
|
|
PKGCONFIG += nymea-mqtt
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_deviceplugintuya)
|
|
|
|
SOURCES += \
|
|
deviceplugintuya.cpp \
|
|
|
|
HEADERS += \
|
|
deviceplugintuya.h \
|