summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2009-11-19 13:35:40 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2009-11-19 13:35:40 (GMT)
commitbf01b2fada207ee171224386771445487054d42b (patch)
tree619eb88fed1fa796a74ebed5679805e8ea6d6791 /examples
parent865409a01af971411c0b68a171d5b4c0242cf0a1 (diff)
downloadQt-bf01b2fada207ee171224386771445487054d42b.zip
Qt-bf01b2fada207ee171224386771445487054d42b.tar.gz
Qt-bf01b2fada207ee171224386771445487054d42b.tar.bz2
Fix build breakage in 1b14c3d33dea0fe4814f2749c49cf916ca13e012
Reviewed-by: Bradley T. Hughes
Diffstat (limited to 'examples')
-rw-r--r--examples/effects/effects.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/effects/effects.pro b/examples/effects/effects.pro
index 2dec8d5..0f062ee 100644
--- a/examples/effects/effects.pro
+++ b/examples/effects/effects.pro
@@ -5,12 +5,6 @@ SUBDIRS = \
lighting \
fademessage
-!contains(QT_CONFIG, opengles1):!contains(QT_CONFIG, opengles1cl) {
- contains(QT_CONFIG, opengl)|contains(QT_CONFIG, opengles2) {
- SUBDIRS += customshader
- }
-}
-
# install
target.path = $$[QT_INSTALL_EXAMPLES]/effects
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS effects.pro README