QmlDebugging: Add service client for QmlDebugger

Qt5 has renamed the service 'QDeclarativeEngine' to 'QmlDebugger'.
Add a new client to connect to the service.

Change-Id: I3a03181c4f34c311e47d4a963283b66dc778726b
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Aurindam Jana
2012-03-15 12:11:41 +01:00
parent 4cd2e32659
commit 66ed2b37ba
10 changed files with 243 additions and 21 deletions

View File

@@ -36,7 +36,10 @@ DynamicLibrary {
"qmlprofilertraceclient.h",
"qpacketprotocol.h",
"qdebugmessageclient.cpp",
"qdebugmessageclient.h"
"qdebugmessageclient.h",
"qdeclarativeengineclient.h",
"qmldebuggerclient.h",
"qmldebuggerclient.cpp"
]
ProductModule {