diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2014-01-17 15:59:18 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-01-17 17:15:31 +0100 |
| commit | fc289452b6465009a4c7ae6aa70060e55779a81c (patch) | |
| tree | 6287f9ba5e23e92591802f47c99506e7476b2123 /recipes-qt/qt5/qttools.inc | |
| parent | b8a236df79c25802c1f2eb2525e8a534e73e608e (diff) | |
| download | meta-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.inc | 9 |
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 @@ | |||
| 1 | require qt5.inc | ||
| 2 | |||
| 3 | DEPENDS += "qtbase" | ||
| 4 | |||
| 5 | SRC_URI += " \ | ||
| 6 | file://0002-assistant-help-fix-linking-of-dependent-libraries.patch \ | ||
| 7 | " | ||
| 8 | |||
| 9 | FILES_${PN}-examples = "${datadir}/${QT_DIR_NAME}/examples" | ||
