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

load(qt_plugin)

QTDIR_build:DESTDIR  = $$QT_BUILD_TREE/plugins/qmltooling
QTDIR_build:REQUIRES += "contains(QT_CONFIG, qml)"

SOURCES += \
    qmlostplugin.cpp \
    qostdevice.cpp

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

target.path += $$[QT_INSTALL_PLUGINS]/qmltooling
INSTALLS += target