diff options
author | axis <qt-info@nokia.com> | 2009-07-10 08:36:53 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-10-23 14:51:18 (GMT) |
commit | 428169e3965738b1bf57288d9101e615e5fd7862 (patch) | |
tree | 6013c16d89593ed7238b30a3b8ed870ca685478b /configure | |
parent | 309b616b3346832f272140faa9246e256dd03692 (diff) | |
download | Qt-428169e3965738b1bf57288d9101e615e5fd7862.zip Qt-428169e3965738b1bf57288d9101e615e5fd7862.tar.gz Qt-428169e3965738b1bf57288d9101e615e5fd7862.tar.bz2 |
Disabled some modules for S60.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6924,6 +6924,10 @@ fi [ '!' -z "$AWK" ] && QCONFIG_FLAGS=`echo $QCONFIG_FLAGS | $AWK '{ gsub(" ", "\n"); print }' | sort | uniq` QCONFIG_FLAGS=`echo $QCONFIG_FLAGS` +if echo $XPLATFORM | grep symbian >& /dev/null; then + QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CONCURRENT QT_NO_QFUTURE QT_NO_CRASHHANDLER QT_NO_PRINTER QT_NO_CURSOR QT_NO_SYSTEMTRAYICON" +fi + if [ -n "$QCONFIG_FLAGS" ]; then for cfg in $QCONFIG_FLAGS; do cfgd=`echo $cfg | sed 's/=.*$//'` # trim pushed 'Foo=Bar' defines |