RemoteLinux: Remove direct dependency on QtSupport

No real impact as it is still pulled in by the debugger, but...

Change-Id: I813e1e99474dc0ec7d4089c548b544fd351dc9f6
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2019-08-09 15:20:54 +02:00
parent 42b8a22840
commit b6618ab632
3 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
add_qtc_plugin(RemoteLinux
DEPENDS QmlDebug QtcSsh
PLUGIN_DEPENDS Core Debugger ProjectExplorer QtSupport
PLUGIN_DEPENDS Core Debugger ProjectExplorer
SOURCES
abstractpackagingstep.cpp abstractpackagingstep.h
abstractremotelinuxdeployservice.cpp abstractremotelinuxdeployservice.h

View File

@@ -14,7 +14,6 @@ Project {
Depends { name: "Core" }
Depends { name: "Debugger" }
Depends { name: "ProjectExplorer" }
Depends { name: "QtSupport" }
files: [
"abstractpackagingstep.cpp",

View File

@@ -7,5 +7,4 @@ QTC_LIB_DEPENDS += \
QTC_PLUGIN_DEPENDS += \
coreplugin \
debugger \
projectexplorer \
qtsupport
projectexplorer