aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/debugger.pro
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2012-03-06 14:59:29 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-09 09:48:24 +0100
commit5c7b17379d2c24d83903ee00a3170d58332a79db (patch)
treeca2be996442e67e23d86c098855595885e49f8f8 /tests/auto/qml/debugger/debugger.pro
parenteefbdbfc2109b11b37a99b6b97acca122024278c (diff)
QmlDebugging: Remove QQmlDebugClient
Remove QQmlDebugClient and relevant classes from the library and move to client code. Change-Id: I6f526b3f0c92970dcad5e5abd8585bb9b406349e Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
Diffstat (limited to 'tests/auto/qml/debugger/debugger.pro')
-rw-r--r--tests/auto/qml/debugger/debugger.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/debugger/debugger.pro b/tests/auto/qml/debugger/debugger.pro
index 4f9ebbc350..7669aaa83c 100644
--- a/tests/auto/qml/debugger/debugger.pro
+++ b/tests/auto/qml/debugger/debugger.pro
@@ -1,7 +1,7 @@
TEMPLATE = subdirs
PRIVATETESTS += \
- qqmlenginedebug \
+ qqmlenginedebugservice \
qqmldebugclient \
qqmldebugservice \
qqmldebugjs \