forked from qt-creator/qt-creator
Revert "analyzer: enable remote valgrind on windows"
It breaks compilation.
This reverts commit 25793bdc95.
Change-Id: Id5cfe4c90b28f964abd6499dcf9eee2fd64a74b3
Reviewed-on: http://codereview.qt.nokia.com/1141
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
committed by
Friedemann Kleint
parent
b1faac0e73
commit
926dc43e4b
@@ -43,8 +43,11 @@ SUBDIRS = plugin_coreplugin \
|
||||
plugin_macros \
|
||||
debugger/dumper.pro \
|
||||
plugin_qmlprofiler \
|
||||
plugin_remotelinux \
|
||||
plugin_valgrind
|
||||
plugin_remotelinux
|
||||
|
||||
!win32 {
|
||||
SUBDIRS += plugin_valgrind
|
||||
}
|
||||
|
||||
linux-* {
|
||||
SUBDIRS += debugger/ptracepreload.pro
|
||||
@@ -266,9 +269,11 @@ plugin_analyzerbase.depends = plugin_coreplugin
|
||||
plugin_analyzerbase.depends += plugin_projectexplorer
|
||||
plugin_analyzerbase.depends += plugin_remotelinux
|
||||
|
||||
plugin_valgrind.subdir = valgrind
|
||||
plugin_valgrind.depends = plugin_coreplugin
|
||||
plugin_valgrind.depends += plugin_analyzerbase
|
||||
!win32 {
|
||||
plugin_valgrind.subdir = valgrind
|
||||
plugin_valgrind.depends = plugin_coreplugin
|
||||
plugin_valgrind.depends += plugin_analyzerbase
|
||||
}
|
||||
|
||||
plugin_qmlprofiler.subdir = qmlprofiler
|
||||
plugin_qmlprofiler.depends = plugin_coreplugin
|
||||
|
||||
Reference in New Issue
Block a user