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

QT = core serialbus

HEADERS += \
    vectorcanbackend.h \
    vectorcanbackend_p.h \
    vectorcan_symbols_p.h

SOURCES += \
    main.cpp \
    vectorcanbackend.cpp

DISTFILES = plugin.json

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