summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/passthrucan/passthrucan.pro
blob: 96ed09010da2f5aa3fb29058d856a4f9d0204734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
QT = serialbus

TARGET = qtpassthrucanbus

SOURCES += \
    j2534passthru.cpp \
    main.cpp \
    passthrucanio.cpp \
    passthrucanbackend.cpp

HEADERS += \
    j2534passthru.h \
    passthrucanio.h \
    passthrucanbackend.h

DISTFILES = plugin.json

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