aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_ost/qmldbg_ost.pro
blob: 6172ee95cf766ea5234d681939b5dbf33bb076dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TARGET = qmldbg_ost
QT       += qml network

PLUGIN_TYPE = qmltooling
PLUGIN_CLASS_NAME = QmlOstPlugin
load(qt_plugin)

SOURCES += \
    qmlostplugin.cpp \
    qostdevice.cpp

HEADERS += \
    qmlostplugin.h \
    qostdevice.h \
    usbostcomm.h