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