From 0e97084e728e563c1f457ea672c4c180feac5df6 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 24 Jul 2013 10:51:52 +0200 Subject: [PATCH] Fix qbs build. Android and RemoteLinux now depend on libQmlDebug. Change-Id: I87f9ccc85daf0d096c4387b21642bb3b14fd03d6 Reviewed-by: Aurindam Jana --- src/plugins/android/android.qbs | 1 + src/plugins/remotelinux/remotelinux.qbs | 1 + 2 files changed, 2 insertions(+) diff --git a/src/plugins/android/android.qbs b/src/plugins/android/android.qbs index 5eb9dafccde..aa6f64237da 100644 --- a/src/plugins/android/android.qbs +++ b/src/plugins/android/android.qbs @@ -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" } diff --git a/src/plugins/remotelinux/remotelinux.qbs b/src/plugins/remotelinux/remotelinux.qbs index 1458b756a31..e241c1617d9 100644 --- a/src/plugins/remotelinux/remotelinux.qbs +++ b/src/plugins/remotelinux/remotelinux.qbs @@ -10,6 +10,7 @@ QtcPlugin { Depends { name: "Core" } Depends { name: "Debugger" } Depends { name: "ProjectExplorer" } + Depends { name: "QmlDebug" } Depends { name: "QtSupport" } Depends { name: "QtcSsh" }