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