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
|
add_qtc_plugin(RemoteLinux
|
||||||
DEPENDS QmlDebug QtcSsh
|
DEPENDS QmlDebug QtcSsh
|
||||||
PLUGIN_DEPENDS Core Debugger ProjectExplorer QtSupport
|
PLUGIN_DEPENDS Core Debugger ProjectExplorer
|
||||||
SOURCES
|
SOURCES
|
||||||
abstractpackagingstep.cpp abstractpackagingstep.h
|
abstractpackagingstep.cpp abstractpackagingstep.h
|
||||||
abstractremotelinuxdeployservice.cpp abstractremotelinuxdeployservice.h
|
abstractremotelinuxdeployservice.cpp abstractremotelinuxdeployservice.h
|
||||||
|
@@ -14,7 +14,6 @@ Project {
|
|||||||
Depends { name: "Core" }
|
Depends { name: "Core" }
|
||||||
Depends { name: "Debugger" }
|
Depends { name: "Debugger" }
|
||||||
Depends { name: "ProjectExplorer" }
|
Depends { name: "ProjectExplorer" }
|
||||||
Depends { name: "QtSupport" }
|
|
||||||
|
|
||||||
files: [
|
files: [
|
||||||
"abstractpackagingstep.cpp",
|
"abstractpackagingstep.cpp",
|
||||||
|
@@ -7,5 +7,4 @@ QTC_LIB_DEPENDS += \
|
|||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
debugger \
|
debugger \
|
||||||
projectexplorer \
|
projectexplorer
|
||||||
qtsupport
|
|
||||||
|
Reference in New Issue
Block a user