Skip to content
Snippets Groups Projects
Commit 3f6eed50 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Eike Ziller
Browse files

Valgrind: Add RemoteLinux dependency


Change-Id: I6e4993ecbe24500ff0746f5258a6a300fc454848
Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
parent a4fa090e
No related branches found
No related tags found
No related merge requests found
......@@ -297,6 +297,8 @@ plugin_analyzerbase.depends += plugin_cpptools
plugin_valgrind.subdir = valgrind
plugin_valgrind.depends = plugin_coreplugin
plugin_valgrind.depends += plugin_analyzerbase
plugin_valgrind.depends += plugin_remotelinux
plugin_valgrind.depends += plugin_texteditor
plugin_qmlprofiler.subdir = qmlprofiler
plugin_qmlprofiler.depends = plugin_coreplugin
......
......@@ -14,7 +14,9 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
<description>Valgrind Plugin</description>
<url>http://qt.nokia.com</url>
<dependencyList>
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
<dependency name=\"AnalyzerBase\" version=\"$$QTCREATOR_VERSION\"/>
<dependency name=\"Core\" version=\"$$QTCREATOR_VERSION\"/>
<dependency name=\"RemoteLinux\" version=\"$$QTCREATOR_VERSION\"/>
<dependency name=\"TextEditor\" version=\"$$QTCREATOR_VERSION\"/>
</dependencyList>
</plugin>
......@@ -2,4 +2,5 @@ include(../../libs/cplusplus/cplusplus.pri)
include(../../plugins/analyzerbase/analyzerbase.pri)
include(../../plugins/coreplugin/coreplugin.pri)
include(../../plugins/texteditor/texteditor.pri)
include(../../plugins/remotelinux/remotelinux.pri)
include(../../libs/utils/utils.pri)
......@@ -45,9 +45,6 @@
#include <projectexplorer/applicationrunconfiguration.h>
#include <projectexplorer/projectexplorer.h>
#include <remotelinux/linuxdeviceconfiguration.h>
#include <remotelinux/remotelinuxrunconfiguration.h>
#include <utils/qtcassert.h>
#include <QDebug>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment