aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@qt.io>2016-06-01 13:54:14 +0200
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-06-01 11:56:24 +0000
commit0669e48a2fe4640e05844df8aa36bf2a85db411d (patch)
treed56fb8b789c00dc3f971e04fb86eb8482e322c33
parentd40d3b4ee3bd37a0770c187f90ff15d99dc78bcb (diff)
Only build textureprovider example when OpenGL is available
Change-Id: Ia4bae77ff66babb6eb8ff8c818bb5f842244ccc9 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
-rw-r--r--examples/quick/quick.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/quick/quick.pro b/examples/quick/quick.pro
index 1b53620c89..b164bf4f5b 100644
--- a/examples/quick/quick.pro
+++ b/examples/quick/quick.pro
@@ -16,7 +16,6 @@ SUBDIRS = quick-accessibility \
scenegraph \
shadereffects \
text \
- textureprovider \
threading \
touchinteraction \
tutorials \
@@ -29,7 +28,9 @@ SUBDIRS = quick-accessibility \
#OpenGL Support Required
contains(QT_CONFIG, opengl(es1|es2)?) {
- SUBDIRS += rendercontrol
+ SUBDIRS += \
+ textureprovider \
+ rendercontrol
}
# Widget dependent examples