summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtdeclarative.inc
Commit message (Collapse)AuthorAgeFilesLines
* qt5module: drop it and include only qt5.incMartin Jansa2013-05-071-1/+1
| | | | | | | | | * not all modules depend on qtbase, qtbase-native dependency is added by qmake5.bbclass: QT5TOOLSDEPENDS ?= "qtbase-native " DEPENDS_prepend = "${QT5TOOLSDEPENDS}" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5: add PN-qmlplugins packages and remove them from modules, use ↵Martin Jansa2013-05-061-17/+0
| | | | | | | | | OE_QMAKE_PATH_* variables * qml and imports go to PN-qmlplugins * all other plugins go to just PN-plugins Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtdeclarative: Add qtsvg and qtxmlpatterns to dependsIan Reinhart Geiser2013-05-061-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5module.inc: move shared logic to new .inc fileMartin Jansa2013-04-281-8/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5: move do_install modifications to shared qt5.inc and reuse do_configureMartin Jansa2013-04-281-18/+1
|
* qtdeclarative: Update LICENSE infoMartin Jansa2013-04-281-4/+0
| | | | | | * 5.0.2 and git recipes have the same LICENSE as qtbase (defined in qt5-${PV}.inc) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtdeclarative: Fix installation and packagingMartin Jansa2013-04-281-5/+26
| | | | | | * now it's also prefixed with sysroot like in qtbase Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qmake: allow to disable debug outputMartin Jansa2013-04-281-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtdeclarative: Fix SEPB build, remove module_qmake.confMartin Jansa2013-04-281-11/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5: unify indentationMartin Jansa2013-04-171-1/+1
| | | | * use 4 spaces everywhere like meta-oe and other layers do now
* qtdeclarative: use common qt5.inc, fix invalid PACKAGESMartin Jansa2012-12-121-13/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtjsbackend: fix native dependencyMikko Levonmaa2012-12-111-0/+2
| | | | | | Also fixes the broken qtjsbackent-native recipe Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>
* qtdeclarative: fix typoMartin Jansa2012-12-111-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtdeclarative: LIC_FILES_CHKSUM should be in source, not COMMON_LICENSE_DIRMartin Jansa2012-12-111-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtdeclarative: packaging update and recipe cleanupMikko Levonmaa2012-12-091-8/+14
| | | | Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>
* qtdeclarative: Initial recipeMikko Levonmaa2012-12-071-0/+39
Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>