aboutsummaryrefslogtreecommitdiff
path: root/mthemedaemon
diff options
context:
space:
mode:
authorTomas Junnonen <tomas.junnonen@nokia.com>2010-04-28 10:53:15 +0300
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-04-28 10:55:31 +0300
commitf3e5445040ea595ecd24c19bd6f27dc832c71067 (patch)
tree9740b35237a635f665712166f224803cfbf703d8 /mthemedaemon
parent50f3e49f9fd4e9807cd4e82316848ba8d2c7540e (diff)
Revert "Change: Enable qt string optimizations also for applications depending on meegotouch"
This reverts commit 79b37e5b3b5d201aeac0a0a1a65be4ce80869452.
Diffstat (limited to 'mthemedaemon')
-rw-r--r--mthemedaemon/mthemedaemon.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/mthemedaemon/mthemedaemon.pro b/mthemedaemon/mthemedaemon.pro
index 98bcdbb6..4a572d90 100644
--- a/mthemedaemon/mthemedaemon.pro
+++ b/mthemedaemon/mthemedaemon.pro
@@ -16,6 +16,9 @@ QT += svg network
DEFINES += MTHEME_PRINT_DEBUG
#DEFINES += CLOSE_ON_ENTER
+# enable QString optimizations
+DEFINES += QT_USE_FAST_CONCATENATION QT_USE_FAST_OPERATOR_PLUS
+
# Check for mixing of const and non-const iterators,
# which can cause problems when built with some compilers:
DEFINES += QT_STRICT_ITERATORS