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

QT = core serialbus

HEADERS += \
    systeccanbackend.h \
    systeccanbackend_p.h \
    systeccan_symbols_p.h

SOURCES += \
    main.cpp \
    systeccanbackend.cpp

DISTFILES = plugin.json

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