forked from qt-creator/qt-creator
qbs build: Remove workaround for fixed qbs bug.
Also remove an outdated comment. Change-Id: Ib4a647b35ef5ad975a71cad35bba8e9d2a748e9c Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -8,11 +8,10 @@ QtcCommercialPlugin {
|
||||
Depends { name: "CppTools" }
|
||||
Depends { name: "ExtensionSystem" }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
Depends { name: "QtcSsh" } // TODO: export + recursive dependencies broken in qbs
|
||||
Depends { name: "QtcSsh" }
|
||||
Depends { name: "Utils" }
|
||||
|
||||
Depends { name: "Qt.widgets" }
|
||||
Depends { name: "Qt.network" } // TODO: See above
|
||||
|
||||
pluginTestDepends: [
|
||||
"QbsProjectManager",
|
||||
|
Reference in New Issue
Block a user