blob: 274888940a48d8d88b0e9eb4735356fc3db45db6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
TARGET = qmldbg_ost
QT += declarative network
include(../../qpluginbase.pri)
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/qmltooling
QTDIR_build:REQUIRES += "contains(QT_CONFIG, declarative)"
SOURCES += \
qmlostplugin.cpp \
qostdevice.cpp
HEADERS += \
qmlostplugin.h \
qostdevice.h \
usbostcomm.h
target.path += $$[QT_INSTALL_PLUGINS]/qmltooling
INSTALLS += target
symbian:TARGET.UID3=0x20031E92
|