From be36343950c2a97e5326fa88a9e7065e1a90c2bf Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 8 Mar 2013 17:34:27 +0100 Subject: [PATCH] PythonEditor: Fix qbs build. Depends on Qt widgets. Change-Id: Ie269aca67ff651d4cdd0d06439dd5156c5d7baff Reviewed-by: Joerg Bornemann --- src/plugins/pythoneditor/pythoneditor.qbs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/pythoneditor/pythoneditor.qbs b/src/plugins/pythoneditor/pythoneditor.qbs index e9beb6ba95f..3c815d6983b 100644 --- a/src/plugins/pythoneditor/pythoneditor.qbs +++ b/src/plugins/pythoneditor/pythoneditor.qbs @@ -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" }