summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qttools_git.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-02-12 18:04:55 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-14 18:54:55 +0100
commit7ac1481d0a5b702af5ebedd1ac035bd5b67d666f (patch)
treea4a9eb093efe70b4e0dfeccaf58c98878026ce0a /recipes-qt/qt5/qttools_git.bb
parentfd8fc6ffdb2e34b2921f06644264c405eee94f5d (diff)
downloadmeta-qt5-7ac1481d0a5b702af5ebedd1ac035bd5b67d666f.tar.gz
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 <samuli.piippo@theqtcompany.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qttools_git.bb')
-rw-r--r--recipes-qt/qt5/qttools_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb
index 5ee1e865..8c22e757 100644
--- a/recipes-qt/qt5/qttools_git.bb
+++ b/recipes-qt/qt5/qttools_git.bb
@@ -10,8 +10,7 @@ LIC_FILES_CHKSUM = " \
10 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ 10 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
11" 11"
12 12
13DEPENDS += "qtbase" 13DEPENDS += "qtbase qtdeclarative qtxmlpatterns"
14DEPENDS_class-target = "qtdeclarative qtxmlpatterns"
15 14
16SRC_URI += " \ 15SRC_URI += " \
17 file://0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch \ 16 file://0001-Allow-to-build-only-lrelease-lupdate-lconvert.patch \