summaryrefslogtreecommitdiffstats
path: root/examples/effects/effects.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/effects/effects.pro')
-rw-r--r--examples/effects/effects.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/effects/effects.pro b/examples/effects/effects.pro
index 4a6c8de..60b5baf 100644
--- a/examples/effects/effects.pro
+++ b/examples/effects/effects.pro
@@ -2,8 +2,9 @@ TEMPLATE = \
subdirs
SUBDIRS = \
blurpicker \
- lighting \
- customshader
+ lighting
+
+contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles2):SUBDIRS += customshader
# install
target.path = $$[QT_INSTALL_EXAMPLES]/effects