summaryrefslogtreecommitdiffstats
path: root/basicsuite/graphicaleffects
diff options
context:
space:
mode:
authorKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-02-19 09:34:33 +0200
committerKimmo Ollila <kimmo.ollila@theqtcompany.com>2016-02-19 07:40:53 +0000
commitf9359fde400fcb08493e3fcac9b657a890d55fc1 (patch)
tree720847fc95ce17fbcde9a3f065ec1638db983a1c /basicsuite/graphicaleffects
parente9b1f8253908c43ab75d5ea77b4a13fa3ab8ad89 (diff)
Replace title, description and exclude files with one demos.xml
Change-Id: If6ea447d8613c73bdbe926a567efa3de6f9422fc 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