16 lines
238 B
Prolog
16 lines
238 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += network
|
|
|
|
TARGET = $$qtLibraryTarget(nymea_devicepluginhttpcommander)
|
|
|
|
SOURCES += \
|
|
devicepluginhttpcommander.cpp \
|
|
httprequest.cpp
|
|
|
|
HEADERS += \
|
|
devicepluginhttpcommander.h \
|
|
httprequest.h
|
|
|
|
|