aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/quick.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/quick.pro')
-rw-r--r--examples/quick/quick.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/examples/quick/quick.pro b/examples/quick/quick.pro
index 63730e53da..1b53620c89 100644
--- a/examples/quick/quick.pro
+++ b/examples/quick/quick.pro
@@ -25,8 +25,12 @@ SUBDIRS = quick-accessibility \
imageresponseprovider \
window \
particles \
- demos \
- rendercontrol
+ demos
+
+#OpenGL Support Required
+contains(QT_CONFIG, opengl(es1|es2)?) {
+ SUBDIRS += rendercontrol
+}
# Widget dependent examples
qtHaveModule(widgets) {