summaryrefslogtreecommitdiffstats
path: root/examples/examples.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/examples.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/examples.pro')
-rw-r--r--examples/examples.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 5382e28..5855e4f 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -36,6 +36,7 @@ embedded:SUBDIRS += qws
contains(QT_BUILD_PARTS, tools):SUBDIRS += qtestlib
}
contains(QT_CONFIG, opengl): SUBDIRS += opengl
+contains(QT_CONFIG, openvg): SUBDIRS += openvg
contains(QT_CONFIG, dbus): SUBDIRS += dbus
win32: SUBDIRS += activeqt
contains(QT_CONFIG, xmlpatterns): SUBDIRS += xmlpatterns