summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2011-11-29 18:30:49 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2011-11-29 18:30:49 (GMT)
commit1794dcc6a6353e4c3c5e0ecfee6ea646a401bd1e (patch)
tree998fe2f427bebe5d7cad02f51bf0ef02c8131e0e
parent537177299d2c0fa55eb552cbb0275f289bee2661 (diff)
parent20a154ffc3afacdbc22d00a3c4dd0a2916a14e33 (diff)
downloadQt-1794dcc6a6353e4c3c5e0ecfee6ea646a401bd1e.zip
Qt-1794dcc6a6353e4c3c5e0ecfee6ea646a401bd1e.tar.gz
Qt-1794dcc6a6353e4c3c5e0ecfee6ea646a401bd1e.tar.bz2
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-symbian-team
* 'master' of git://scm.dev.nokia.troll.no/qt/qt-symbian-team: Symbian-linux crosscompilation configuration align
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 37c306d..5a5ef1d 100755
--- a/configure
+++ b/configure
@@ -7443,9 +7443,10 @@ if [ "$CFG_EXCEPTIONS" != "no" ]; then
QTCONFIG_CONFIG="$QTCONFIG_CONFIG exceptions"
fi
-if [ "$XPLATFORM_MINGW" = "yes" ]; then
+if [ "$XPLATFORM_MINGW" = "yes" ] || [ "$XPLATFORM_SYMBIAN" = "yes" ]; then
# mkspecs/features/win32/default_pre.prf sets "no-rtti".
- # Follow default behavior of configure.exe by overriding with "rtti".
+ # Follow default behavior of configure.exe by overriding with "rtti"
+ # (also on Symbian).
QTCONFIG_CONFIG="$QTCONFIG_CONFIG rtti"
fi