From 7ac1481d0a5b702af5ebedd1ac035bd5b67d666f Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 12 Feb 2016 18:04:55 +0200 Subject: qt5: add Qml support to lupdate Add dependency to qtdeclarative to qttools' native and nativesdk builds. This gives us lupdate with a support for Qml files. The nativesdk builds of qtdeclarative depend on more modules (Xml, Sql) from nativesdk-qtbase, so preserve all libs that are already built. This brings few extra libs to the package that might not be needed, but keeps the recipe simpler. Signed-off-by: Samuli Piippo Signed-off-by: Martin Jansa --- recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/packagegroups') diff --git a/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb b/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb index 4cc0b930..71746f03 100644 --- a/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb +++ b/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb @@ -9,6 +9,6 @@ PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" RDEPENDS_${PN} += " \ nativesdk-packagegroup-sdk-host \ - nativesdk-qttools \ + nativesdk-qttools-tools \ nativesdk-qtbase-tools \ " -- cgit v1.2.3