aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickshadereffect/data/connections.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickshadereffect/data/connections.qml')
-rw-r--r--tests/auto/quick/qquickshadereffect/data/connections.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickshadereffect/data/connections.qml b/tests/auto/quick/qquickshadereffect/data/connections.qml
new file mode 100644
index 0000000000..6c0df4be6e
--- /dev/null
+++ b/tests/auto/quick/qquickshadereffect/data/connections.qml
@@ -0,0 +1,9 @@
+import QtQuick 2.0
+import ShaderEffectTest 1.0
+
+TestShaderEffect {
+ width:100;
+ height:100;
+ fragmentShader: "qrc:/data/test.frag"
+ vertexShader: "qrc:/data/test.vert"
+}