summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-03-11 13:12:14 (GMT)
committeraxis <qt-info@nokia.com>2010-03-15 12:04:03 (GMT)
commita3516a36e6d352481133ecb4ed064018a39266fc (patch)
tree7d2afa9db1938c4f4a3b0a501adbb4cd34a1e2b7 /configure
parent9df295a355b18f662819f091a7eebb22fb0b409e (diff)
downloadQt-a3516a36e6d352481133ecb4ed064018a39266fc.zip
Qt-a3516a36e6d352481133ecb4ed064018a39266fc.tar.gz
Qt-a3516a36e6d352481133ecb4ed064018a39266fc.tar.bz2
Fixed incorrect platform string when building for Symbian.
RevBy: Miikka Heikkinen
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 20f3f84..9eec299 100755
--- a/configure
+++ b/configure
@@ -4023,6 +4023,8 @@ if [ "$PLATFORM_QWS" = "yes" ]; then
Platform="Qt for Embedded Linux"
elif [ "$PLATFORM_MAC" = "yes" ]; then
Platform="Qt for Mac OS X"
+elif echo "$XPLATFORM" | grep "symbian" > /dev/null ; then
+ Platform="Qt for Symbian"
elif [ '!' -z "`getQMakeConf \"$XQMAKESPEC\" | grep QMAKE_LIBS_X11 | awk '{print $3;}'`" ]; then
PLATFORM_X11=yes
Platform="Qt for Linux/X11"