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:
Christian Kandeler
2015-08-27 17:31:45 +02:00
parent d9affc16c4
commit 7f61eaed02

View File

@@ -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",