aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinux.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-05-21 11:33:35 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-05-21 12:22:21 +0200
commit399ebb84dbba1c3e414501d033e563caf8b85f7e (patch)
treeefd2f418468c3fd14d9e06310b1a430ff0f89cc7 /src/plugins/remotelinux/remotelinux.qbs
parent2989a1e571ec802d7c4230491cc48ed549d33dd1 (diff)
RemoteLinux: Fix qbs build.
Change-Id: If4d51988df0b672dd44a19542209e1c85dd51cea Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinux.qbs')
-rw-r--r--src/plugins/remotelinux/remotelinux.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/remotelinux.qbs b/src/plugins/remotelinux/remotelinux.qbs
index eb2a070f86e..16cd3eaa8ff 100644
--- a/src/plugins/remotelinux/remotelinux.qbs
+++ b/src/plugins/remotelinux/remotelinux.qbs
@@ -6,6 +6,7 @@ QtcPlugin {
name: "RemoteLinux"
Depends { name: "Qt.widgets" }
+ Depends { name: "AnalyzerBase" }
Depends { name: "Core" }
Depends { name: "Debugger" }
Depends { name: "ProjectExplorer" }