summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-cinematicdemo
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-04-02 17:32:59 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2019-04-04 09:59:22 +0000
commit34310ed69919f452dbcdae42f350254a40a06113 (patch)
treeee4578975d4468ec47085515dd05855fad673f34 /basicsuite/qt5-cinematicdemo
parent7eea4809348948254c64f899b77e186f2ad3baed (diff)
Split demos.xml to individual xml files
Each demo describes itself and can then be excluded from a device by not including the directory. Task-number: QTBUG-74930 Change-Id: Ica45db9dfbf1224cf7a08b83632ba90c5cc55faa Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
Diffstat (limited to 'basicsuite/qt5-cinematicdemo')
-rw-r--r--basicsuite/qt5-cinematicdemo/demo.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/basicsuite/qt5-cinematicdemo/demo.xml b/basicsuite/qt5-cinematicdemo/demo.xml
new file mode 100644
index 0000000..2886b75
--- /dev/null
+++ b/basicsuite/qt5-cinematicdemo/demo.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<application title="Qt5 Cinematic Demo" main="main.qml" icon="preview_l.jpg">
+<description>
+The Qt 5 Cinematic Experience is a demo by "QUIt Coding".
+
+The demo shows off a number features of Qt Quick. A nicely styled list control of movie covers with lighting effects, particles and transitions. The information roll-down curvy curtain is implemented using inline GLSL in the QML file. The source code for this demo and more awesome looking Qt Quick examples are available from quitcoding.com.
+</description>
+</application>