forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
@@ -14,7 +14,6 @@ Project {
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "Debugger" }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
Depends { name: "QtSupport" }
|
||||
|
||||
files: [
|
||||
"abstractpackagingstep.cpp",
|
||||
|
@@ -7,5 +7,4 @@ QTC_LIB_DEPENDS += \
|
||||
QTC_PLUGIN_DEPENDS += \
|
||||
coreplugin \
|
||||
debugger \
|
||||
projectexplorer \
|
||||
qtsupport
|
||||
projectexplorer
|
||||
|
Reference in New Issue
Block a user