summaryrefslogtreecommitdiffstats
path: root/examples/declarative/shadereffects
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-03 21:43:28 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-04 12:40:12 +0100
commitf93bc7fabd380cf10be7f90903ace618074dc871 (patch)
tree852dc7e8432d7de3fe240d48caa89b0b12ba65fd /examples/declarative/shadereffects
parentad86cd24157cc6ded679f40807591981fe52d540 (diff)
remove symbian & maemo5 vestiges
Change-Id: I4c02f91abde94d9ee7d154efa6eb371e1a8dfd71 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'examples/declarative/shadereffects')
-rw-r--r--examples/declarative/shadereffects/shadereffects.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/declarative/shadereffects/shadereffects.pro b/examples/declarative/shadereffects/shadereffects.pro
index 742903e3..4911a52b 100644
--- a/examples/declarative/shadereffects/shadereffects.pro
+++ b/examples/declarative/shadereffects/shadereffects.pro
@@ -19,10 +19,6 @@ QT += declarative opengl
# The .cpp file which was generated for your project. Feel free to hack it.
SOURCES += main.cpp
-symbian {
- DEFINES += SHADEREFFECTS_USE_OPENGL_GRAPHICSSYSTEM
-}
-
# Please do not modify the following two lines. Required for deployment.
desktopInstallPrefix=$$[QT_INSTALL_EXAMPLES]/qtquick1/declarative/shadereffects
exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri)