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

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