summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorTom Cooksey <thomas.cooksey@nokia.com>2009-05-28 12:18:15 (GMT)
committerTom Cooksey <thomas.cooksey@nokia.com>2009-05-28 12:18:15 (GMT)
commit50576bd26cd5fb1316f0844ab6da76910d124edd (patch)
tree84b6f2103a60e08a3ea8f1ba8d985b33a710792a /tools/configure
parent27d979b0ea39922e6e2ae3a3cc6a4d45c9c8f0e9 (diff)
parent353afc392b843519023f27753b45b2e6fd9467ff (diff)
downloadQt-50576bd26cd5fb1316f0844ab6da76910d124edd.zip
Qt-50576bd26cd5fb1316f0844ab6da76910d124edd.tar.gz
Qt-50576bd26cd5fb1316f0844ab6da76910d124edd.tar.bz2
Merge branch '4.5'
Conflicts: src/gui/embedded/qkbdtty_qws.cpp
Diffstat (limited to 'tools/configure')
-rw-r--r--tools/configure/configureapp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure/configureapp.cpp b/tools/configure/configureapp.cpp
index 8fd8c0a..2b25529 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1320,6 +1320,7 @@ void Configure::applySpecSpecifics()
dictionary[ "WEBKIT" ] = "no";
dictionary[ "PHONON" ] = "yes";
dictionary[ "DIRECTSHOW" ] = "no";
+ dictionary[ "LTCG" ] = "yes";
// We only apply MMX/IWMMXT for mkspecs we know they work
if (dictionary[ "XQMAKESPEC" ].startsWith("wincewm")) {
dictionary[ "MMX" ] = "yes";