Valgrind: Remove runtime dependency to RemoteLinux

Not needed anymore. The combination works nevertheless.

Change-Id: I3e24be38061b78b1d107eed5b2f1ae4cc1cfc64f
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
hjk
2016-01-29 16:24:35 +01:00
parent da9c027003
commit 3f4d107b0b
2 changed files with 1 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ QtcPlugin {
Depends { name: "Debugger" }
Depends { name: "ProjectExplorer" }
Depends { name: "TextEditor" }
Depends { name: "RemoteLinux" }
Group {
name: "General"

View File

@@ -9,5 +9,4 @@ QTC_PLUGIN_DEPENDS += \
coreplugin \
debugger \
projectexplorer \
texteditor \
remotelinux
texteditor