cinematicexperience: fix qt5.3 compatibility
authorYen-Chin Lee <coldnew.tw@gmail.com>
Wed, 23 Jul 2014 13:44:21 +0000 (21:44 +0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:46:10 +0000 (08:46 -0800)
commit587a480bc5bb8ad04887938a091fb5653ca9e20b
tree9fc525514ce3b0873390151c6017bc3742c55cc2
parent85477a501379f00058b21469d998251258e6a150
cinematicexperience: fix qt5.3 compatibility

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

(From meta-qt5 rev: 6ce50bf97b3f3409c1dddb8d5e106e599d18e69a)

Signed-off-by: Yen-Chin Lee <coldnew.tw@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-qt5/recipes-qt/examples/cinematicexperience/fix_qt5_3_compatibility.patch [new file with mode: 0644]
meta-qt5/recipes-qt/examples/cinematicexperience_1.0.bb