summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-12-11 19:10:39 (GMT)
committeraxis <qt-info@nokia.com>2009-12-11 19:10:39 (GMT)
commitbcf5564eccd7bc7591894561cdfc5eee7e77ba57 (patch)
treed7b93292cbad00cbcb23fdc6feb705f35ccd38a2 /configure
parentc194e9b1df887c5106413bf5f9c8eba42cb9af05 (diff)
downloadQt-bcf5564eccd7bc7591894561cdfc5eee7e77ba57.zip
Qt-bcf5564eccd7bc7591894561cdfc5eee7e77ba57.tar.gz
Qt-bcf5564eccd7bc7591894561cdfc5eee7e77ba57.tar.bz2
Disabled OpenGL on Symbian.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure b/configure
index 6be7072..06a60d0 100755
--- a/configure
+++ b/configure
@@ -6015,6 +6015,13 @@ else
fi
fi
+# Disable OpenGL on Symbian.
+case "$XPLATFORM" in
+ symbian*)
+ CFG_OPENGL="no"
+ ;;
+esac
+
# enable opengl
if [ "$CFG_OPENGL" = "no" ]; then
QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_OPENGL"