summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-02-10 13:37:15 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2011-02-11 07:29:59 (GMT)
commit2855782a45b08aedbed960125514fdd9663ff1c8 (patch)
tree0932fffd4580f6dbbf9b11bd28bdf7019a98d264 /tools
parent48b9220a1c53ccb6726147381e2ace41927d3b0d (diff)
downloadQt-2855782a45b08aedbed960125514fdd9663ff1c8.zip
Qt-2855782a45b08aedbed960125514fdd9663ff1c8.tar.gz
Qt-2855782a45b08aedbed960125514fdd9663ff1c8.tar.bz2
Rename 'plugins\qmldebugging' (work around qmake issues)
On Windows, qmake places the tcpserver.dll in a 'plugins\qmlreleaseging' folder, which broke remote debugging of QtDeclarative completely. New name 'qmltooling' while being not so specific, avoids the use of 'debug' in the folder name. Task-number: QTBUG-17360 Reviewed-by: Martin Jones
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/qml.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index 5d6192d..b1d56ea 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -39,8 +39,8 @@ symbian {
TARGET.CAPABILITY = NetworkServices ReadUserData
# Deploy plugin for remote debugging
- qmldebuggingplugin.sources = $$QT_BUILD_TREE/plugins/qmldebugging/tcpserver$${QT_LIBINFIX}.dll
- qmldebuggingplugin.path = c:$$QT_PLUGINS_BASE_DIR/qmldebugging
+ qmldebuggingplugin.sources = $$QT_BUILD_TREE/plugins/qmltooling/tcpserver$${QT_LIBINFIX}.dll
+ qmldebuggingplugin.path = c:$$QT_PLUGINS_BASE_DIR/qmltooling
DEPLOYMENT += qmldebuggingplugin
}
mac {