summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/tinycan/tinycan.pro
blob: c0aa94880972d0214e338aa15b8700ddf95f5127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = qttinycanbus

QT = core serialbus

HEADERS += \
    tinycanbackend.h \
    tinycanbackend_p.h \
    tinycan_symbols_p.h

SOURCES += main.cpp \
    tinycanbackend.cpp

DISTFILES = plugin.json

PLUGIN_TYPE = canbus
PLUGIN_EXTENDS = serialbus
PLUGIN_CLASS_NAME = TinyCanBusPlugin
load(qt_plugin)