Only build textureprovider example when OpenGL is available

Change-Id: Ia4bae77ff66babb6eb8ff8c818bb5f842244ccc9
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
This commit is contained in:
Andy Nichols 2016-06-01 13:54:14 +02:00 committed by Laszlo Agocs
parent d40d3b4ee3
commit 0669e48a2f
1 changed files with 3 additions and 2 deletions

View File

@ -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