aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/examples/cinematicexperience_1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* cinematicexperience: don't use trailing slash in SMartin Jansa2020-11-051-1/+1
| | | | | | | | * see oe-core base.bbclass changes from: https://lists.openembedded.org/g/openembedded-core/message/143159 https://lists.openembedded.org/g/openembedded-core/message/143161 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt: remove unnecessary FILES.*-dbg variables for packaging .debug filesMartin Jansa2018-09-191-1/+0
| | | | | | | | | | | | | | | | | | | | * package.bbclass can do it automatically since: commit da5ec06814e105451cca11cce76b5c5231110524 Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Tue Dec 15 15:38:54 2015 +0000 package: Add auto package splitting of .debug files * .debug files for examples were incorrectly picked by qtbase-qmlplugins-dbg causing following QE error, because unlike qtbase-examples-dbg we don't have libdir in INSANE_SKIP. ERROR: qtbase-5.11.2+gitAUTOINC+49efea26a5-r0 do_package_qa: QA Issue: qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/plugandpaint/plugins/.debug/libpnp_extrafilters.so qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/styleplugin/styles/.debug/libsimplestyleplugin.so qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/echoplugin/plugins/.debug/libechoplugin.so [libdir] ERROR: qtbase-5.11.2+gitAUTOINC+49efea26a5-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cinematicexperience: Add liberation-fonts to RDEPENDSFabio Berton2018-04-181-1/+1
| | | | | | | Install liberation-fonts package to show cinematicexperience fonts. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* examples: fix few thousands host-user-contaminated QA warningsMartin Jansa2016-02-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cinematicexperience: fix qt5.3 compatibilityYen-Chin Lee2014-07-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | cinematicexperience will run failed on Qt5.3.0 and Qt5.3.1, error message as below ------------------------------------------------------------ Qt5_CinematicExperience.qml:26:5: Type MainView unavailable MainView { ^ /content/MainView.qml:241:9: Type SettingsView unavailable SettingsView { ^ /content/SettingsView.qml:88:13: Type Switch unavailable Switch { ^ /content/Switch.qml:9:21: Cannot assign a value to a signal (expecting a script to be run) property string onText: "On" ^ ------------------------------------------------------------ This patch fix this issue and make cinematicexperience can run on qt5.3. ref: http://wickwire2099.blogspot.tw/2014/05/qt-530-qt5-cinematic-experience.html Signed-off-by: Yen-Chin Lee <coldnew.tw@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cinematicexperience: add exampleEric Bénard2013-10-081-0/+40
for more informations on this demo : http://kgronholm.blogspot.fr/2012/08/qt5-cinematic-experience.html http://quitcoding.com/?page=work#cinex Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>