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

QT = core-private 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)