PythonEditor: Fix qbs build.

Depends on Qt widgets.

Change-Id: Ie269aca67ff651d4cdd0d06439dd5156c5d7baff
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
Christian Kandeler
2013-03-08 17:34:27 +01:00
committed by Joerg Bornemann
parent d44bac6f43
commit be36343950

View File

@@ -5,6 +5,7 @@ import "../QtcPlugin.qbs" as QtcPlugin
QtcPlugin {
name: "PythonEditor"
Depends { name: "Qt.widgets" }
Depends { name: "Core" }
Depends { name: "TextEditor" }
Depends { name: "CppTools" }