mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-13 00:02:28 +02:00
14 lines
201 B
Prolog
14 lines
201 B
Prolog
include(../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_devicepluginunipi)
|
|
|
|
SOURCES += \
|
|
devicepluginunipi.cpp \
|
|
dimmerswitch.cpp
|
|
|
|
HEADERS += \
|
|
devicepluginunipi.h \
|
|
dimmerswitch.h
|
|
|
|
|