Fix qbs build.

Android and RemoteLinux now depend on libQmlDebug.

Change-Id: I87f9ccc85daf0d096c4387b21642bb3b14fd03d6
Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
Christian Kandeler
2013-07-24 10:51:52 +02:00
parent 09b301860b
commit 0e97084e72
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ QtcPlugin {
Depends { name: "ProjectExplorer" }
Depends { name: "Qt4ProjectManager" }
Depends { name: "Debugger" }
Depends { name: "QmlDebug" }
Depends { name: "QtSupport" }
Depends { name: "TextEditor" }
Depends { name: "AnalyzerBase" }