powersync-plugins/httpcommander/httpcommander.pro

16 lines
248 B
Prolog

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