summaryrefslogtreecommitdiffstats
path: root/tests/auto/plugins/genericmodbus/genericmodbus.pro
blob: 9ab6c00411bea43196946b00255461eaa96d6a80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QT += core-private serialbus

TARGET = qtmodbustestgeneric

PLUGIN_TYPE = modbus
PLUGIN_EXTENDS = serialbus
PLUGIN_CLASS_NAME = DummyBusPlugin
load(qt_plugin)

HEADERS += \
    dummyslave.h \
    dummymaster.h

SOURCES += main.cpp \
    dummyslave.cpp \
    dummymaster.cpp

OTHER_FILES = plugin.json