aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/quick.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-05-06 10:54:12 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-05-06 11:22:20 +0200
commitafd6c6b905820529b1b46767970bf090d04973a9 (patch)
tree5e628428f350060aef651dea93b5ad1eaf01f670 /examples/quick/quick.pro
parenta714a3a446a47b3ac18de6cea1e6c4ca01535170 (diff)
Remove textureprovider example
Task-number: QTBUG-83978 Change-Id: I8f26ae18dd09209cc1d6bee6e5f0b2f609ec667c Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'examples/quick/quick.pro')
-rw-r--r--examples/quick/quick.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/quick.pro b/examples/quick/quick.pro
index 0bb90e737b..df65ea8e17 100644
--- a/examples/quick/quick.pro
+++ b/examples/quick/quick.pro
@@ -31,7 +31,6 @@ SUBDIRS = quick-accessibility \
#OpenGL Support Required
qtConfig(opengl(es1|es2)?) {
SUBDIRS += \
- textureprovider \
rendercontrol
}