summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase/0001-Always-build-uic.patch
Commit message (Collapse)AuthorAgeFilesLines
* qt5-native: rename to qtbase-native to avoid confusionMartin Jansa2013-04-171-0/+31
| | | | | | | * we also had PROVIDES for qt5-tools-native, this makes it a bit easier to see what is what * drop FILESEXTRAPATHS, not needed after renaming to match BPN with qtbase patches Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5: move module specific files to own directoriesMartin Jansa2013-01-011-31/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtbase: mkspecs are now staged correctlyMikko Levonmaa2012-12-041-0/+31
They are placed under STAGING_DATADIR as they need to be kept separate from the native side. The reason for doing so is that some qt modules require native tools and the mkspecs in STAGING_DATADIR_NATIVE cannot be polluted with the target mkspecs There are still some packaging issues Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>