forked from qt-creator/qt-creator
Valgrind: Add RemoteLinux dependency
Change-Id: I6e4993ecbe24500ff0746f5258a6a300fc454848 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Eike Ziller
parent
a4fa090e11
commit
3f6eed50c9
@@ -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>
|
||||
|
Reference in New Issue
Block a user