aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-09-25 16:53:24 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-09-25 16:58:13 +0000
commitfa52bb665d6beb77a951c14c8edcba3541850afc (patch)
treef4cf95a5f8d34ddf29e430575c221bf672a015b1 /examples/quick
parentf17b826a72d77379288aa84a933b9231c279cbad (diff)
Fix no-opengl builds
The qquickwidgets examples uses OpenGL directly Change-Id: I1cc8cfbcf249abc98473287a9d499032232828c7 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/quick.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/quick.pro b/examples/quick/quick.pro
index 445dfb0fab..7da255e903 100644
--- a/examples/quick/quick.pro
+++ b/examples/quick/quick.pro
@@ -36,7 +36,7 @@ qtConfig(opengl(es1|es2)?) {
# Widget dependent examples
qtHaveModule(widgets) {
SUBDIRS += embeddedinwidgets
- qtHaveModule(quickwidgets): SUBDIRS += quickwidgets
+ qtHaveModule(quickwidgets):qtConfig(opengl(es1|es2)?): SUBDIRS += quickwidgets
}
EXAMPLE_FILES = \