summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-cinematicdemo/content
Commit message (Collapse)AuthorAgeFilesLines
* Fix qt5-cinematicdemo on Qt 5.3Laszlo Agocs2014-04-292-6/+6
| | | | | | | | onText is treated as a signal name Task-number: QTEE-500 Change-Id: I78a5c7ade640da5a7884dc6e1741c216061e3717 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
* Remove Raspberry Pi logo from demoAndy Nichols2014-02-142-0/+0
| | | | | | | | | This demo was designed to be run the raspberry pi but we run it on all kinds of devices so I've removed the logo. Change-Id: I72e0101b0cd2c331436037099c8142a0f3780dc7 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-2765-0/+1582
This change will make the demos run standalone when built in Qt Creator. - Rename example directories to lowercase/non-whitespace to avoid build & deployment problems - Add title.txt files so titles remain displayed correctly in the launcher - Add a common shared source files used for the standalone apps, and .pro-files for each example - Remove .qmlproject files (not needed) - Adjust documentation to match the new directory structure Change-Id: Ib24e461952da3b2c88aab0363249115ea44ee0f2 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@digia.com>