From c9d1c5b3540971c2551e58e39d8715366b3c4d2a Mon Sep 17 00:00:00 2001 From: Aurindam Jana Date: Fri, 3 May 2013 10:16:47 +0200 Subject: [PATCH] AnalyzerBase: Remove redundant remote linux dependency Change-Id: I067396b95519ada89e58426d512832778d04aa58 Reviewed-by: Christiaan Janssen --- src/plugins/analyzerbase/analyzerbase_dependencies.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/analyzerbase/analyzerbase_dependencies.pri b/src/plugins/analyzerbase/analyzerbase_dependencies.pri index 6079b07f16a..f522d75995d 100644 --- a/src/plugins/analyzerbase/analyzerbase_dependencies.pri +++ b/src/plugins/analyzerbase/analyzerbase_dependencies.pri @@ -1,8 +1,8 @@ QTC_PLUGIN_NAME = AnalyzerBase QTC_LIB_DEPENDS += \ - cplusplus + cplusplus \ + ssh QTC_PLUGIN_DEPENDS += \ coreplugin \ projectexplorer \ - remotelinux \ cpptools