summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-03-30 14:52:21 +0200
committerKai Koehne <kai.koehne@nokia.com>2011-04-14 14:52:27 +0200
commit9ed28d039da0f3745ca84203efa92203f31e97e7 (patch)
treec9db6ca765d5bed773492a1bb1e3bede0e0f35a7 /tools
parentddd633f2f4234aae353cd0239974a3a997abc71e (diff)
QmlDebug: Rename 'tcpserver' library to 'qmldbg_tcp'
Make the name less ambiguous, especially on Symbian were all .dlls end up in sys\bin. Reviewed-by: Pawel Polanski
Diffstat (limited to 'tools')
-rw-r--r--tools/qml/qml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index b1d56ea29e..bdc4b10b12 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/tcpserver$${QT_LIBINFIX}.dll
+ qmldebuggingplugin.sources = $$QT_BUILD_TREE/plugins/qmltooling/qmldbgtcp$${QT_LIBINFIX}.dll
qmldebuggingplugin.path = c:$$QT_PLUGINS_BASE_DIR/qmltooling
DEPLOYMENT += qmldebuggingplugin
}