forked from qt-creator/qt-creator
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:
@@ -13,7 +13,6 @@ QtcPlugin {
|
||||
Depends { name: "Debugger" }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
Depends { name: "TextEditor" }
|
||||
Depends { name: "RemoteLinux" }
|
||||
|
||||
Group {
|
||||
name: "General"
|
||||
|
||||
@@ -9,5 +9,4 @@ QTC_PLUGIN_DEPENDS += \
|
||||
coreplugin \
|
||||
debugger \
|
||||
projectexplorer \
|
||||
texteditor \
|
||||
remotelinux
|
||||
texteditor
|
||||
|
||||
Reference in New Issue
Block a user