This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Michael Zanetti 8208473302 bump api
2020-03-05 16:16:57 +01:00

16 lines
263 B
Prolog

include(../plugins.pri)
QT+= network
TARGET = $$qtLibraryTarget(nymea_integrationpluginmock)
OTHER_FILES += interationpluginmock.json
SOURCES += \
integrationpluginmock.cpp \
httpdaemon.cpp
HEADERS += \
integrationpluginmock.h \
httpdaemon.h