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

QT = core-private serialbus

HEADERS += \
    socketcanbackend.h \

SOURCES += main.cpp \
    socketcanbackend.cpp \

OTHER_FILES = plugin.json

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