aboutsummaryrefslogtreecommitdiff
path: root/mthemedaemon
diff options
context:
space:
mode:
authorArmin Berres <armin.berres@basyskom.de>2010-04-22 15:35:04 +0200
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-04-28 10:25:23 +0300
commit79b37e5b3b5d201aeac0a0a1a65be4ce80869452 (patch)
tree942558d5e6257600ddcdbfe23b2180246b9de2e6 /mthemedaemon
parent3a26407781a1806463e90ec43824b0d57fd5e7c0 (diff)
Change: Enable qt string optimizations also for applications depending on meegotouch
RevBy: Holger Schröder, Tomas Details: Right now every application has to enable the fast string operations on their own. As libmeegotouch does heavy use of string enabling this flag really makes sense. With this commit it is not needed anymore that every depending app sets the flag on their own.
Diffstat (limited to 'mthemedaemon')
-rw-r--r--mthemedaemon/mthemedaemon.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/mthemedaemon/mthemedaemon.pro b/mthemedaemon/mthemedaemon.pro
index e1871173..753cba8b 100644
--- a/mthemedaemon/mthemedaemon.pro
+++ b/mthemedaemon/mthemedaemon.pro
@@ -16,9 +16,6 @@ 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