summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-12-09 12:06:08 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2011-02-14 14:15:07 (GMT)
commit286103a183ef1a21aef959a2ef54d092669ef574 (patch)
treee8036297b6ec0128349f372f0f53306a71f87482
parentd21432f721add7d74a1c9e6309aea53886e18eab (diff)
downloadQt-286103a183ef1a21aef959a2ef54d092669ef574.zip
Qt-286103a183ef1a21aef959a2ef54d092669ef574.tar.gz
Qt-286103a183ef1a21aef959a2ef54d092669ef574.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 (cherry picked from commit 35ae0b8146bca7a61203ee347654aed27951439c)
-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