diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-05-05 11:12:55 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-05-05 11:12:55 (GMT) |
commit | d6634f369db51abb60d94fd5a4b0e78f06f77f5c (patch) | |
tree | 62b263b5010e28785518bc224d186da63e0643f3 /mkspecs/common/symbian | |
parent | f1a9ba6fa7a5533ee2dfd4dcfcb0727234030998 (diff) | |
download | Qt-d6634f369db51abb60d94fd5a4b0e78f06f77f5c.zip Qt-d6634f369db51abb60d94fd5a4b0e78f06f77f5c.tar.gz Qt-d6634f369db51abb60d94fd5a4b0e78f06f77f5c.tar.bz2 |
ARMV6 optimizations to qdrawhelper
Diffstat (limited to 'mkspecs/common/symbian')
-rw-r--r-- | mkspecs/common/symbian/symbian.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/common/symbian/symbian.conf b/mkspecs/common/symbian/symbian.conf index 81b439a..968a6bc 100644 --- a/mkspecs/common/symbian/symbian.conf +++ b/mkspecs/common/symbian/symbian.conf @@ -108,7 +108,7 @@ load(qt_config) load(platform_paths) MMP_RULES += EXPORTUNFROZEN PAGED -SYMBIAN_PLATFORMS = WINSCW GCCE ARMV5 +SYMBIAN_PLATFORMS = WINSCW GCCE ARMV5 ARMV6 # Legacy support requires some hardcoded stdapis paths. INCLUDEPATH = \ |