summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-03-11 13:43:48 (GMT)
committeraxis <qt-info@nokia.com>2010-03-15 12:04:22 (GMT)
commit9f300858a82f41d06f2ad9545bb71cd2d15b03e8 (patch)
treea6c80b4be8d0a5bcd69493e58bad51448a1dc82f /configure
parentd3b035c4fc583a4533aa29ffd8a8bfe9220ecdc2 (diff)
downloadQt-9f300858a82f41d06f2ad9545bb71cd2d15b03e8.zip
Qt-9f300858a82f41d06f2ad9545bb71cd2d15b03e8.tar.gz
Qt-9f300858a82f41d06f2ad9545bb71cd2d15b03e8.tar.bz2
Moved -s60 and -usedeffiles options docs to Symbian section.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 5 insertions, 6 deletions
diff --git a/configure b/configure
index 1c81b66..3ae9ba4 100755
--- a/configure
+++ b/configure
@@ -3362,7 +3362,6 @@ Usage: $relconf [-h] [-prefix <dir>] [-prefix-install] [-bindir <dir>] [-libdir
[-no-openssl] [-openssl] [-openssl-linked]
[-no-gtkstyle] [-gtkstyle] [-no-svg] [-svg] [-no-webkit] [-webkit] [-no-javascript-jit] [-javascript-jit]
[-no-script] [-script] [-no-scripttools] [-scripttools] [-no-declarative] [-declarative]
- [-no-s60] [-s60] [-no-usedeffiles] [-usedeffiles]
[additional platform specific options (see below)]
@@ -3546,11 +3545,6 @@ EOF
fi
cat << EOF
- -no-s60 ............ Do not compile in S60 support.
- + -s60 ............... Compile with support for the S60 UI Framework.
- -no-usedeffiles .... Disable the usage of DEF files.
- * -usedeffiles ....... Enable the usage of DEF files.
-
-no-mmx ............ Do not compile with use of MMX instructions.
-no-3dnow .......... Do not compile with use of 3DNOW instructions.
-no-sse ............ Do not compile with use of SSE instructions.
@@ -4005,8 +3999,13 @@ if echo "$XQMAKESPEC" | grep symbian > /dev/null ; then
cat << EOF
Qt for Symbian only:
+ -no-s60 ............ Do not compile in S60 support.
+ + -s60 ............... Compile with support for the S60 UI Framework.
-no-style-s60....... Disable s60 style
+ -qt-style-s60....... Enable s60 style in the Qt Library
+
+ -no-usedeffiles .... Disable the usage of DEF files.
+ * -usedeffiles ....... Enable the usage of DEF files.
EOF
fi