summaryrefslogtreecommitdiffstats
path: root/tools/qml
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-12-09 13:06:08 +0100
committerKai Koehne <kai.koehne@nokia.com>2010-12-17 08:06:13 +0100
commit35ae0b8146bca7a61203ee347654aed27951439c (patch)
treec586a7c5516f62b40ff23f6327e31e807d31dc02 /tools/qml
parent21016c3b28674029a2a205da38f54e362e3635b9 (diff)
QDeclarativeDebug: Include debugger plugin in qmlviewer.sis
Developers that want to debug qml on their device have to now install qmlviewer.sis. Reviewed-by: Christiaan Janssen
Diffstat (limited to 'tools/qml')
-rw-r--r--tools/qml/qml.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index bdac6e34c4..9b07ebeda3 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -43,6 +43,11 @@ symbian {
contains(QT_CONFIG, s60): {
LIBS += -lavkon -lcone
}
+
+ # Deploy plugin for remote debugging
+ qmldebuggingplugin.sources = $$QT_BUILD_TREE/plugins/qmldebugging/tcpserver$${QT_LIBINFIX}.dll
+ qmldebuggingplugin.path = c:$$QT_PLUGINS_BASE_DIR/qmldebugging
+ DEPLOYMENT += qmldebuggingplugin
}
mac {
QMAKE_INFO_PLIST=Info_mac.plist