adjust to qt_plugin.prf changes, part 2
[profile/ivi/qtdeclarative.git] / src / plugins / qmltooling / qmldbg_ost / qmldbg_ost.pro
1 TARGET = qmldbg_ost
2 QT       += qml network
3
4 PLUGIN_TYPE = qmltooling
5 load(qt_plugin)
6
7 SOURCES += \
8     qmlostplugin.cpp \
9     qostdevice.cpp
10
11 HEADERS += \
12     qmlostplugin.h \
13     qostdevice.h \
14     usbostcomm.h