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

QT = core-private serialbus

HEADERS += \
    peakcanbackend.h \
    peakcanbackend_p.h \
    peakcan_symbols_p.h

SOURCES += \
    main.cpp \
    peakcanbackend.cpp

DISTFILES = plugin.json

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