Only build textureprovider example when OpenGL is available
Change-Id: Ia4bae77ff66babb6eb8ff8c818bb5f842244ccc9 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
This commit is contained in:
parent
d40d3b4ee3
commit
0669e48a2f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue