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

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