summaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-05-29 03:08:40 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-05-29 03:08:40 (GMT)
commit2eb60d000f3666fc42ba2b7305ca52556497c86a (patch)
tree95e1821e89fcbfa5ccaa4bcbd5673127ee801243 /tools/configure
parent9065cdc07a6745fc269d7ec3aba457d48858267c (diff)
parent9088aeae9daf02546769377853824397458ba822 (diff)
downloadQt-2eb60d000f3666fc42ba2b7305ca52556497c86a.zip
Qt-2eb60d000f3666fc42ba2b7305ca52556497c86a.tar.gz
Qt-2eb60d000f3666fc42ba2b7305ca52556497c86a.tar.bz2
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeui
Conflicts: tools/qdoc3/doc.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 02bb744..8c2405e 100644
--- a/tools/configure/configureapp.cpp
+++ b/tools/configure/configureapp.cpp
@@ -1325,6 +1325,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";