generic-poky/recipes-qt/qt5/qtbase
Martin Jansa fe65aed339 qtbase: improve internal build system to support OE way of building qt
* 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>
2013-04-26 00:04:56 +02:00
..
0001-Add-linux-oe-g-platform.patch qtbase: improve internal build system to support OE way of building qt 2013-04-26 00:04:56 +02:00
0001-Always-build-uic.patch qt5-native: rename to qtbase-native to avoid confusion 2013-04-17 16:08:56 +02:00
0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch qtbase: improve internal build system to support OE way of building qt 2013-04-26 00:04:56 +02:00
0003-Add-external-hostbindir-option.patch qtbase: improve internal build system to support OE way of building qt 2013-04-26 00:04:56 +02:00
0004-qmake-is-already-built-in-qtbase-native.patch qtbase: improve internal build system to support OE way of building qt 2013-04-26 00:04:56 +02:00
0005-Allow-building-a-separate-qmake-for-the-target.patch qtbase: improve internal build system to support OE way of building qt 2013-04-26 00:04:56 +02:00
0006-qt_functions-temporary-remove-isEmpty-check.patch qtbase: improve internal build system to support OE way of building qt 2013-04-26 00:04:56 +02:00