powersync-plugins/httpcommander/httpcommander.pro

18 lines
290 B
Prolog

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