20 lines
257 B
Prolog
20 lines
257 B
Prolog
include(../../plugins.pri)
|
|
|
|
TARGET = $$qtLibraryTarget(guh_devicepluginwemo)
|
|
|
|
QT+= network
|
|
|
|
SOURCES += \
|
|
devicepluginwemo.cpp \
|
|
wemodiscovery.cpp \
|
|
wemoswitch.cpp
|
|
|
|
|
|
HEADERS += \
|
|
devicepluginwemo.h \
|
|
wemodiscovery.h \
|
|
wemoswitch.h
|
|
|
|
|
|
|