20 lines
294 B
Prolog
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
|