summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/vectorcan/vectorcan.pro
blob: 847f2aab9116385c8612e95afb577d26485bb557 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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_CLASS_NAME = VectorCanBusPlugin
load(qt_plugin)