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.
2019-07-25 15:56:02 +02:00

16 lines
244 B
Prolog

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