diff -r 56cd8111b7f7 -r 41300fa6a67c examples/effects/effects.pro --- a/examples/effects/effects.pro Tue Jan 26 12:42:25 2010 +0200 +++ b/examples/effects/effects.pro Tue Feb 02 00:43:10 2010 +0200 @@ -5,12 +5,6 @@ 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