summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-everywhere/demos/shaders/Effects/EffectGlow.qml
Commit message (Collapse)AuthorAgeFilesLines
* Qt5 Everywhere: keep only metadata.Gatis Paeglis2014-10-031-46/+0
| | | | | | | | | | This demo is prepared during build process by pulling in the latest version from git repository and making it b2qt-launcher compatible. Task-number: QTEE-756 Change-Id: If8fb202b6437c43ff3a8d381234c574e631b00bb Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* Make basicsuite demos run stand-aloneTopi Reinio2014-01-271-0/+46
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>