summaryrefslogtreecommitdiffstats
path: root/tools/configure/configureapp.cpp
diff options
context:
space:
mode:
authorMarkus Goetz <Markus.Goetz@nokia.com>2010-12-08 12:02:16 (GMT)
committerMarkus Goetz <Markus.Goetz@nokia.com>2010-12-08 12:02:16 (GMT)
commitf237b3ff201c271c386c912f496069825fd5cc12 (patch)
treedf46533bcfff578cc618d41a1863be54439dff6c /tools/configure/configureapp.cpp
parent4b31d0c75755a57667d5d76e44e4b8653aa15219 (diff)
downloadQt-f237b3ff201c271c386c912f496069825fd5cc12.zip
Qt-f237b3ff201c271c386c912f496069825fd5cc12.tar.gz
Qt-f237b3ff201c271c386c912f496069825fd5cc12.tar.bz2
Symbian: Also force IPv6 on Windows configure.exe
Diffstat (limited to 'tools/configure/configureapp.cpp')
-rw-r--r--tools/configure/configureapp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index f4a558d..62e7859 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1522,6 +1522,8 @@ void Configure::applySpecSpecifics()
dictionary[ "QT3SUPPORT" ] = "no";
dictionary[ "OPENGL" ] = "no";
dictionary[ "OPENSSL" ] = "yes";
+ // On Symbian we now always will have IPv6 with no chance to disable it
+ dictionary[ "IPV6" ] = "yes";
dictionary[ "STL" ] = "yes";
dictionary[ "EXCEPTIONS" ] = "yes";
dictionary[ "RTTI" ] = "yes";