2019-11-21 17:09:47 +01:00

16 lines
248 B
Prolog

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