diff options
author | Tom Sutcliffe <ext-thomas.1.sutcliffe@nokia.com> | 2011-03-23 16:53:48 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2011-04-14 12:52:45 (GMT) |
commit | ead56475cc6ecd7a6e7e17d63f0e22cf930bcae4 (patch) | |
tree | b62975bd3156496af5b8dec64109286361f69b43 /tools/qml | |
parent | 9ed28d039da0f3745ca84203efa92203f31e97e7 (diff) | |
download | Qt-ead56475cc6ecd7a6e7e17d63f0e22cf930bcae4.zip Qt-ead56475cc6ecd7a6e7e17d63f0e22cf930bcae4.tar.gz Qt-ead56475cc6ecd7a6e7e17d63f0e22cf930bcae4.tar.bz2 |
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.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro index bdc4b10..84ebba8 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 } |