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

QT = core serialbus

HEADERS += \
    socketcanbackend.h

SOURCES += \
    main.cpp \
    socketcanbackend.cpp

DISTFILES = plugin.json

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