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

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