summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-07-04 16:07:57 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-07-04 16:07:57 +1000
commit9bda8745591b149a6393751d9db5222867a74e90 (patch)
treee3a090a3f1133f97c7070002241b69f72042f020 /examples
parent6cdba02f6c4fc8c6baab7e03e0a2bedcb9a2d334 (diff)
downloadqtsvg-9bda8745591b149a6393751d9db5222867a74e90.tar.gz
examples: avoid OpenGL examples if Qt OpenGL support is disabled
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 7595abd..1806642 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,2 +1,4 @@
TEMPLATE = subdirs
-SUBDIRS += opengl richtext draganddrop painting network desktop
+SUBDIRS += richtext draganddrop painting network desktop
+
+contains(QT_CONFIG,opengl):SUBDIRS += opengl