Skip to content
Snippets Groups Projects
Commit 926dc43e authored by Eike Ziller's avatar Eike Ziller Committed by Friedemann Kleint
Browse files

Revert "analyzer: enable remote valgrind on windows"

It breaks compilation.

This reverts commit 25793bdc.

Change-Id: Id5cfe4c90b28f964abd6499dcf9eee2fd64a74b3
Reviewed-on: http://codereview.qt.nokia.com/1141


Reviewed-by: default avatarQt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@nokia.com>
parent b1faac0e
No related branches found
No related tags found
No related merge requests found
...@@ -43,8 +43,11 @@ SUBDIRS = plugin_coreplugin \ ...@@ -43,8 +43,11 @@ SUBDIRS = plugin_coreplugin \
plugin_macros \ plugin_macros \
debugger/dumper.pro \ debugger/dumper.pro \
plugin_qmlprofiler \ plugin_qmlprofiler \
plugin_remotelinux \ plugin_remotelinux
plugin_valgrind
!win32 {
SUBDIRS += plugin_valgrind
}
linux-* { linux-* {
SUBDIRS += debugger/ptracepreload.pro SUBDIRS += debugger/ptracepreload.pro
...@@ -266,9 +269,11 @@ plugin_analyzerbase.depends = plugin_coreplugin ...@@ -266,9 +269,11 @@ plugin_analyzerbase.depends = plugin_coreplugin
plugin_analyzerbase.depends += plugin_projectexplorer plugin_analyzerbase.depends += plugin_projectexplorer
plugin_analyzerbase.depends += plugin_remotelinux plugin_analyzerbase.depends += plugin_remotelinux
plugin_valgrind.subdir = valgrind !win32 {
plugin_valgrind.depends = plugin_coreplugin plugin_valgrind.subdir = valgrind
plugin_valgrind.depends += plugin_analyzerbase plugin_valgrind.depends = plugin_coreplugin
plugin_valgrind.depends += plugin_analyzerbase
}
plugin_qmlprofiler.subdir = qmlprofiler plugin_qmlprofiler.subdir = qmlprofiler
plugin_qmlprofiler.depends = plugin_coreplugin plugin_qmlprofiler.depends = plugin_coreplugin
......
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