2019-11-10 21:15:52 +01:00

16 lines
238 B
Prolog

include(../plugins.pri)
QT += network
TARGET = $$qtLibraryTarget(nymea_devicepluginhttpcommander)
SOURCES += \
devicepluginhttpcommander.cpp \
httprequest.cpp
HEADERS += \
devicepluginhttpcommander.h \
httprequest.h