summaryrefslogtreecommitdiffstats
path: root/examples/openvg/openvg.pro
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2009-07-20 05:56:29 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2009-07-20 05:56:29 (GMT)
commit27a07955d796a9c2b52302ad7f5ce0cd9d6179e1 (patch)
treeff66fd18462b1848d0080ba4738bdafcf2ec30d5 /examples/openvg/openvg.pro
parent3d6ae0a55eb8d57b6914fc5d6ddff07d29a40317 (diff)
downloadQt-27a07955d796a9c2b52302ad7f5ce0cd9d6179e1.zip
Qt-27a07955d796a9c2b52302ad7f5ce0cd9d6179e1.tar.gz
Qt-27a07955d796a9c2b52302ad7f5ce0cd9d6179e1.tar.bz2
Add the "star" example, which demonstrates how to mix OpenVG and QPainter
Reviewed-by: trustme
Diffstat (limited to 'examples/openvg/openvg.pro')
-rw-r--r--examples/openvg/openvg.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/openvg/openvg.pro b/examples/openvg/openvg.pro
new file mode 100644
index 0000000..d76a389
--- /dev/null
+++ b/examples/openvg/openvg.pro
@@ -0,0 +1,8 @@
+TEMPLATE = subdirs
+SUBDIRS = star
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/openvg
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS openvg.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/openvg
+INSTALLS += target sources