summaryrefslogtreecommitdiffstats
path: root/tests/auto/plugins/genericcanbus/genericcanbus.pro
blob: f78c3d46a31399b8cdff556b9a91bb94d1bf5ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET = qtcanbustestgeneric

QT = core serialbus

HEADERS += \
    dummybackend.h

SOURCES += \
    main.cpp \
    dummybackend.cpp

DISTFILES = plugin.json

PLUGIN_TYPE = canbus
PLUGIN_EXTENDS = -
PLUGIN_CLASS_NAME = GenericBusPlugin
load(qt_plugin)