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

PLUGIN_TYPE = qmltooling
load(qt_plugin)

SOURCES += \
    qmlostplugin.cpp \
    qostdevice.cpp

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