forked from qt-creator/qt-creator
BareMetal: Remove missed SSH dependency
... as we don't use the QtC SSH library anymore. Change-Id: I0d081983262314672bcbf0f94a78502183f1f4b3 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
add_qtc_plugin(BareMetal
|
add_qtc_plugin(BareMetal
|
||||||
DEPENDS QtcSsh
|
|
||||||
PLUGIN_DEPENDS Core Debugger ProjectExplorer
|
PLUGIN_DEPENDS Core Debugger ProjectExplorer
|
||||||
SOURCES
|
SOURCES
|
||||||
baremetal.qrc
|
baremetal.qrc
|
||||||
|
@@ -4,7 +4,6 @@ QtcPlugin {
|
|||||||
name: "BareMetal"
|
name: "BareMetal"
|
||||||
|
|
||||||
Depends { name: "Qt"; submodules: ["network", "widgets"]; }
|
Depends { name: "Qt"; submodules: ["network", "widgets"]; }
|
||||||
Depends { name: "QtcSsh" }
|
|
||||||
Depends { name: "Utils" }
|
Depends { name: "Utils" }
|
||||||
|
|
||||||
Depends { name: "Core" }
|
Depends { name: "Core" }
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
QTC_PLUGIN_NAME = BareMetal
|
QTC_PLUGIN_NAME = BareMetal
|
||||||
QTC_LIB_DEPENDS += \
|
QTC_LIB_DEPENDS += \
|
||||||
extensionsystem \
|
extensionsystem \
|
||||||
ssh \
|
|
||||||
utils
|
utils
|
||||||
QTC_PLUGIN_DEPENDS += \
|
QTC_PLUGIN_DEPENDS += \
|
||||||
coreplugin \
|
coreplugin \
|
||||||
@@ -10,4 +9,3 @@ QTC_PLUGIN_DEPENDS += \
|
|||||||
|
|
||||||
QTC_PLUGIN_RECOMMENDS += \
|
QTC_PLUGIN_RECOMMENDS += \
|
||||||
# optional plugin dependencies. nothing here at this time
|
# optional plugin dependencies. nothing here at this time
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user