From 118734e096fda6c47172025969f3df4cfb0b33c3 Mon Sep 17 00:00:00 2001 From: Eric BENARD Date: Thu, 12 Apr 2012 15:15:29 +0000 Subject: qte-toolchain: add qwte support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit we have QWT in meta-oe so include it in the SDK to give users the opportunity to use these widgets in their developments. Signed-off-by: Eric BĂ©nard Signed-off-by: Koen Kooi --- meta-oe/recipes-qt/tasks/task-qte-toolchain-target.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-oe/recipes-qt/tasks/task-qte-toolchain-target.bbappend diff --git a/meta-oe/recipes-qt/tasks/task-qte-toolchain-target.bbappend b/meta-oe/recipes-qt/tasks/task-qte-toolchain-target.bbappend new file mode 100644 index 0000000000..7ca6c592b6 --- /dev/null +++ b/meta-oe/recipes-qt/tasks/task-qte-toolchain-target.bbappend @@ -0,0 +1,3 @@ +RDEPENDS_${PN} += "qwt-e-dev" + +PRINC = "1" -- cgit 1.2.3-korg