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-06-15 22:26:36 +02:00

18 lines
250 B
Prolog

include(../plugins.pri)
QT += \
network \
serialbus \
SOURCES += \
integrationpluginwallbe.cpp \
wallbe.cpp \
host.cpp \
discover.cpp
HEADERS += \
integrationpluginwallbe.h \
wallbe.h \
host.h \
discover.h