summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qt5module.inc
Commit message (Collapse)AuthorAgeFilesLines
* qt5module: drop it and include only qt5.incMartin Jansa2013-05-071-3/+0
| | | | | | | | | * 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>
* qmake5_base: add qmake5_base_do_configure which allows to declare ↵Martin Jansa2013-05-051-6/+0
| | | | | | | | | QMAKE_VARSUBST_* * don't export it, let recipe decide where to call it or even if it should be called (native recipes are not using it) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5module.inc: move shared logic to new .inc fileMartin Jansa2013-04-281-0/+9
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>