From 9bda8745591b149a6393751d9db5222867a74e90 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Mon, 4 Jul 2011 16:07:57 +1000 Subject: examples: avoid OpenGL examples if Qt OpenGL support is disabled --- examples/examples.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1