This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2020-01-22 16:25:24 +01:00

20 lines
294 B
Prolog

include(../plugins.pri)
TARGET = $$qtLibraryTarget(nymea_devicepluginwallbe)
QT += \
network \
serialbus \
SOURCES += \
devicepluginwallbe.cpp \
wallbe.cpp \
host.cpp \
discover.cpp
HEADERS += \
devicepluginwallbe.h \
wallbe.h \
host.h \
discover.h