summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.cpp
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-12-08 11:50:50 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-12-08 11:55:23 (GMT)
commit4b31d0c75755a57667d5d76e44e4b8653aa15219 (patch)
tree967539f1c596f2e7633257758310e4f1e9c3da33 /tools/configure/configureapp.cpp
parent0975f046497deccd57b59aacded3ffc3c3c912f6 (diff)
downloadQt-4b31d0c75755a57667d5d76e44e4b8653aa15219.zip
Qt-4b31d0c75755a57667d5d76e44e4b8653aa15219.tar.gz
Qt-4b31d0c75755a57667d5d76e44e4b8653aa15219.tar.bz2
Symbian: Enable IPv6 again.
The native QSymbianSocketEngine supports IPv6 just fine. This reverts commit 0c7d5d106152924dedd822da8c90d9f3247a9947.
Diffstat (limited to 'tools/configure/configureapp.cpp')
-rw-r--r--tools/configure/configureapp.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 479fd4c..f4a558d 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1522,10 +1522,6 @@ void Configure::applySpecSpecifics()
dictionary[ "QT3SUPPORT" ] = "no";
dictionary[ "OPENGL" ] = "no";
dictionary[ "OPENSSL" ] = "yes";
- // We accidently enabled IPv6 for Qt Symbian in 4.6.x. However the underlying OpenC does not fully support IPV6.
- // Therefore for 4.7.1 and following we disable it until OpenC either supports it or we have the native Qt
- // symbian socket engine.
- dictionary[ "IPV6" ] = "no";
dictionary[ "STL" ] = "yes";
dictionary[ "EXCEPTIONS" ] = "yes";
dictionary[ "RTTI" ] = "yes";