summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qttools.inc
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2014-01-17 15:59:18 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-01-17 17:15:31 +0100
commitfc289452b6465009a4c7ae6aa70060e55779a81c (patch)
tree6287f9ba5e23e92591802f47c99506e7476b2123 /recipes-qt/qt5/qttools.inc
parentb8a236df79c25802c1f2eb2525e8a534e73e608e (diff)
downloadmeta-qt5-fc289452b6465009a4c7ae6aa70060e55779a81c.tar.gz
qttools: add target build
this does not build much yet but I was looking for qdbus Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qttools.inc')
-rw-r--r--recipes-qt/qt5/qttools.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qttools.inc b/recipes-qt/qt5/qttools.inc
new file mode 100644
index 00000000..8412db49
--- /dev/null
+++ b/recipes-qt/qt5/qttools.inc
@@ -0,0 +1,9 @@
1require qt5.inc
2
3DEPENDS += "qtbase"
4
5SRC_URI += " \
6 file://0002-assistant-help-fix-linking-of-dependent-libraries.patch \
7"
8
9FILES_${PN}-examples = "${datadir}/${QT_DIR_NAME}/examples"