aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-qt/qt-creator/qt-creator_2.8.1.bb
AgeCommit message (Collapse)Author
2016-01-14recipes: remove recipes using or depending on qt4 bbclasses or recipesMartin Jansa
* anki is removed because it runtime depends on python-pyqt, other recipes are inheriting one of bbclasses removed from oe-core in: commit cb89d2b25b4edb1241bc5426a69a6bc44df9be2c Author: Alexander Kanavin <alexander.kanavin@linux.intel.com> Date: Fri Nov 27 15:48:20 2015 +0200 qt4: remove recipes and classes * if you're still using one of these recipes add it to meta-qt4 layer Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-10-13qt-creator: blacklist because fails to build and conflicts with qt5-creatorMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-31qt-creator: pass correct IDE_LIBRARY_BASENAMEYi Zhao
Fix QA issue when enable multilib: ERROR: QA Issue: qt-creator: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/qtcreator /usr/lib/qtcreator/libQmlJS.so.1 /usr/lib/qtcreator/libQmlEditorWidgets.so /usr/lib/qtcreator/libUtils.so.1 /usr/lib/qtcreator/libCPlusPlus.so [snip] Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. [installed-vs-shipped] Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2015-05-11qt-creator: Fix QA warningsArmin Kuster
WARNING: QA Issue: qt-creator requires /usr/bin/perl, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-03-03qt-creator: avoid conflicts with meta-qt5's qt5-creatorAndreas Müller
We avoid conflicts by installing no files to sysroot. This causes no fallout because nothing depends on qt5-creator (if something included later depending on qt-creator it should depend on qt5-creator). Note that | WARNING: QA Issue: qt5-creator rdepends on qt-creator, but it isn't a build dependency? [build-deps] is a false positve because the names of the libraries are same as for qt5-creator (see test below). This patch was tested by: 1. building qt-creator from scratch 2. building an image containing qt5-creator. * qt5-creator did not fail for sysroot conflicts * image was build without pulling qt-creator Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-05qt-creator: skip libdir qa check, because it's false positiveMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-10-14qt-creator: add qt4-plugin-sqldriver-sqlite to RRECOMMENDS_${PN}Andreas Müller
fix runtime message 'QSqlDatabase: QSQLITE driver not loaded' Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-10qt-creator: update to 2.8.1Jonathan Liu
This also adds patches to fix compilation for ARM. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>