summaryrefslogtreecommitdiffstats
path: root/basicsuite/graphicaleffects
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-01-27 08:57:35 +0200
committerKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-01-27 09:37:15 +0000
commit751236e27b608794ce0753a96cc00c3c511e022b (patch)
tree5cab1a9c93551634f62108caad5a9b5f77261eb9 /basicsuite/graphicaleffects
parent07f1279e26d4cce5206b9364407aafb312b47fce (diff)
Replace title, description and exclude files with one demos.xml
Change-Id: Ice4d810389ebf186cdfced3964c3a1c7e12e1ead Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'basicsuite/graphicaleffects')
-rw-r--r--basicsuite/graphicaleffects/description.txt4
-rw-r--r--basicsuite/graphicaleffects/exclude.txt3
-rw-r--r--basicsuite/graphicaleffects/title.txt1
3 files changed, 0 insertions, 8 deletions
diff --git a/basicsuite/graphicaleffects/description.txt b/basicsuite/graphicaleffects/description.txt
deleted file mode 100644
index c19b2c4..0000000
--- a/basicsuite/graphicaleffects/description.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-This example shows the Qt Quick 2.0 ShaderEffect type and the Qt Graphical Effects module. Qt Quick 2.0 provides the ability to use inline GLSL in your Qt Quick applications to create stunning visual effects.
-
-However, as UIs typically reuse many of the same effects, the Qt Graphical Effects module provides a set of predefined, commonly used effects. This includes blur, drop-shadows, glow, blending, opacity masks and more.
-
diff --git a/basicsuite/graphicaleffects/exclude.txt b/basicsuite/graphicaleffects/exclude.txt
deleted file mode 100644
index 6ae8492..0000000
--- a/basicsuite/graphicaleffects/exclude.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-linux-beaglebone
-android-beaglebone
-linux-colibri-vf
diff --git a/basicsuite/graphicaleffects/title.txt b/basicsuite/graphicaleffects/title.txt
deleted file mode 100644
index a679fff..0000000
--- a/basicsuite/graphicaleffects/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-130. Graphical Effects