diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2011-03-30 12:52:21 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2011-04-14 12:52:27 (GMT) |
commit | 9ed28d039da0f3745ca84203efa92203f31e97e7 (patch) | |
tree | c9db6ca765d5bed773492a1bb1e3bede0e0f35a7 /tools/qml | |
parent | ddd633f2f4234aae353cd0239974a3a997abc71e (diff) | |
download | Qt-9ed28d039da0f3745ca84203efa92203f31e97e7.zip Qt-9ed28d039da0f3745ca84203efa92203f31e97e7.tar.gz Qt-9ed28d039da0f3745ca84203efa92203f31e97e7.tar.bz2 |
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/qml')
-rw-r--r-- | tools/qml/qml.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro index b1d56ea..bdc4b10 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 } |