19 lines
307 B
Prolog
19 lines
307 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += \
|
|
network \
|
|
|
|
SOURCES += \
|
|
integrationpluginsma.cpp \
|
|
sunnywebbox.cpp \
|
|
sunnywebboxcommunication.cpp \
|
|
host.cpp \
|
|
discovery.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginsma.h \
|
|
sunnywebbox.h \
|
|
sunnywebboxcommunication.h \
|
|
host.h \
|
|
discovery.h
|