summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase/0001-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch
Commit message (Collapse)AuthorAgeFilesLines
* qtbase: improve internal build system to support OE way of building qtMartin Jansa2013-04-261-46/+0
| | | | | | | | | | | | | | | | | | | * add linux-oe-g++ mkspec directly with patch * add functions to read and eval OE_QMAKE functions from mkspec and also export them with QMakeVar to be available also for config.tests * add external-host-bindir parameter to skip building native tools even when we're in fact cross-compiling (because we have them from qtbase-native build already). * use separated ${B} and ${S} and clean ${B} when reconfiguring stalled qmake cache can be used when configure is reexecuted cleaning ${B} prevents that and provide cleaner separation * OE_QMAKE_AR cqs is added by Makefile, having it here too was causing issues * isEmpty(QT_EXTERNAL_HOST_BINS) doesn't work, so lets use exist() even when it allows to incorrectly set wrong directory and build native tools again (instead of skipping them) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtbase: use the same patch for qt.conf override for target and nativeMartin Jansa2013-04-171-0/+46
|
* qtbase: Drop unused patch for setting qt.conf override supportOtavio Salvador2012-11-191-44/+0
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: add recipe for git versionMikko Levonmaa2012-11-151-0/+44
Signed-off-by: Mikko Levonmaa <mikko.levonmaa@palm.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>