diff options
author | axis <qt-info@nokia.com> | 2010-01-12 14:50:06 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2010-01-12 14:50:06 (GMT) |
commit | 3e940b87578b2b324f8d13cf0980f4762ad3ca7b (patch) | |
tree | d03a92299086e47a9e55610d8328783f20d0882c /configure | |
parent | 2fb8ea9aa787d59ac16250eade0adfea08f1ca9d (diff) | |
download | Qt-3e940b87578b2b324f8d13cf0980f4762ad3ca7b.zip Qt-3e940b87578b2b324f8d13cf0980f4762ad3ca7b.tar.gz Qt-3e940b87578b2b324f8d13cf0980f4762ad3ca7b.tar.bz2 |
Made sure that Symbian picks up STL.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5620,7 +5620,7 @@ if [ "$CFG_DOUBLEFORMAT" = "auto" ]; then fi HAVE_STL=no -if "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/stl "STL" $L_FLAGS $I_FLAGS $l_FLAGS; then +if echo "$XQMAKESPEC" | grep symbian > /dev/null || "$unixtests/compile.test" "$XQMAKESPEC" "$QMAKE_CONFIG" $OPT_VERBOSE "$relpath" "$outpath" config.tests/unix/stl "STL" $L_FLAGS $I_FLAGS $l_FLAGS; then HAVE_STL=yes fi |