summaryrefslogtreecommitdiffstats
path: root/tools/qml
diff options
context:
space:
mode:
authorTom Sutcliffe <ext-thomas.1.sutcliffe@nokia.com>2011-03-23 16:53:48 +0000
committerKai Koehne <kai.koehne@nokia.com>2011-04-14 14:52:45 +0200
commitead56475cc6ecd7a6e7e17d63f0e22cf930bcae4 (patch)
treeb62975bd3156496af5b8dec64109286361f69b43 /tools/qml
parent9ed28d039da0f3745ca84203efa92203f31e97e7 (diff)
Adding plugin qmltooling/qmlostplugin for QML debugging over OST (USB) on Symbian.
Task-number: QTBUG-18764 Reviewed-by: kkoehne
Diffstat (limited to 'tools/qml')
-rw-r--r--tools/qml/qml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index bdc4b10b12..84ebba828b 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -39,7 +39,7 @@ symbian {
TARGET.CAPABILITY = NetworkServices ReadUserData
# Deploy plugin for remote debugging
- qmldebuggingplugin.sources = $$QT_BUILD_TREE/plugins/qmltooling/qmldbgtcp$${QT_LIBINFIX}.dll
+ qmldebuggingplugin.sources = $$QT_BUILD_TREE/plugins/qmltooling/qmldbg_tcp$${QT_LIBINFIX}.dll $$QT_BUILD_TREE/plugins/qmltooling/qmldbg_ost$${QT_LIBINFIX}.dll
qmldebuggingplugin.path = c:$$QT_PLUGINS_BASE_DIR/qmltooling
DEPLOYMENT += qmldebuggingplugin
}