summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndreas Holzammer <andreas.holzammer@kdab.com>2016-03-21 10:15:04 +0100
committerAndreas Holzammer <andreas.holzammer@kdab.com>2016-03-21 09:55:26 +0000
commitbc913ea452b2b23ab54dfbfc29567b9e9d8760ac (patch)
tree1670fd32e48685a3f202188b88018245ab7ced3f /tools
parentc81db142971ebde5d439acf9e205085f8714f0d5 (diff)
wince: Adjust configure defaults
Remove outdated configure defaults to support features that get autodetected. Change-Id: Ia802ccd3fe9defa97e2667e81dff6e815a7b45b3 Reviewed-by: Kevin Funk <kevin.funk@kdab.com> Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configureapp.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index f63892b6cc..ea30ce6b17 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1709,15 +1709,6 @@ void Configure::applySpecSpecifics()
dictionary[ "STYLE_FUSION" ] = "no";
dictionary[ "STYLE_WINDOWSCE" ] = "yes";
dictionary[ "STYLE_WINDOWSMOBILE" ] = "yes";
- dictionary[ "OPENGL" ] = "no";
- dictionary[ "RTTI" ] = "no";
- dictionary[ "SSE2" ] = "no";
- dictionary[ "SSE3" ] = "no";
- dictionary[ "SSSE3" ] = "no";
- dictionary[ "SSE4_1" ] = "no";
- dictionary[ "SSE4_2" ] = "no";
- dictionary[ "AVX" ] = "no";
- dictionary[ "AVX2" ] = "no";
dictionary[ "CE_CRT" ] = "yes";
dictionary[ "LARGE_FILE" ] = "no";
dictionary[ "ANGLE" ] = "no";