mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-08-04 03:23:36 +02:00
-> update file names
-> update variable with camel case
-> update debian/control
-> remove unused files and API
-> remove deprecated property
-> update indentation
-> update code as per comment
-> fix typo
14 lines
178 B
Prolog
14 lines
178 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += network
|
|
|
|
SOURCES += \
|
|
v2xeamberelectric.cpp
|
|
|
|
HEADERS += \
|
|
v2xeamberelectric.h
|
|
|
|
DISTFILES += \
|
|
integrationpluginv2xeamberelectric.json
|
|
|