diff --git a/src/plugins/android/android.qbs b/src/plugins/android/android.qbs index 5eb9dafccde5181d58e2c6fdf503b69c334e614c..aa6f64237dad34bbcaec84a866d4cb17904f8aa8 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 1458b756a31e4f14ee0e5439967f42e5a357865f..e241c1617d9eaae9d6db766a1f04d4aeeb685c06 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" }