summaryrefslogtreecommitdiffstats
path: root/examples/openvg/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/openvg/README')
-rw-r--r--examples/openvg/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/openvg/README b/examples/openvg/README
deleted file mode 100644
index 3f2a60e9e7..0000000000
--- a/examples/openvg/README
+++ /dev/null
@@ -1,10 +0,0 @@
-Qt provides support for integration with OpenVG implementations on
-platforms with appropriate hardware acceleration.
-
-These examples demonstrate the basic techniques used to take advantage of
-OpenVG in Qt applications. In particular, the "star" example shows how
-to mix QPainter and OpenVG calls in the same paint event.
-
-
-Documentation for these examples can be found via the Examples
-link in the main Qt documentation.