From b4d43ef9ec012c5275806a826597465c7c5d0114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 18 Feb 2019 17:53:11 +0100 Subject: [PATCH] packagegroup-qt5-toolchain-target: add qtbase-tools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From Qt perspective qmake/moc and friends are part of the toolchain Signed-off-by: Andreas Müller --- recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb index 2f8d8a2..d206a10 100755 --- a/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb +++ b/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb @@ -36,6 +36,7 @@ RDEPENDS_${PN} += " \ qtbase-mkspecs \ qtbase-plugins \ qtbase-staticdev \ + qtbase-tools \ qttranslations-qtbase \ qttranslations-qthelp \ qtcharts-dev \