summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-12-09 12:06:08 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2010-12-17 07:06:13 (GMT)
commit35ae0b8146bca7a61203ee347654aed27951439c (patch)
treec586a7c5516f62b40ff23f6327e31e807d31dc02 /tools
parent21016c3b28674029a2a205da38f54e362e3635b9 (diff)
downloadQt-35ae0b8146bca7a61203ee347654aed27951439c.zip
Qt-35ae0b8146bca7a61203ee347654aed27951439c.tar.gz
Qt-35ae0b8146bca7a61203ee347654aed27951439c.tar.bz2
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')
-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 bdac6e3..9b07ebe 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