diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-06-01 07:41:03 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-06-01 07:41:03 (GMT) |
commit | 01e0c8b400547dcd772dae7c30405fb7bad15493 (patch) | |
tree | ebd6c5d55e66a12ad57c453a4d172cdcc6ba9644 /tests/auto/qlocale | |
parent | 31b240c31cbe12fc12db65fe8c7e4f5c9bd23259 (diff) | |
download | Qt-01e0c8b400547dcd772dae7c30405fb7bad15493.zip Qt-01e0c8b400547dcd772dae7c30405fb7bad15493.tar.gz Qt-01e0c8b400547dcd772dae7c30405fb7bad15493.tar.bz2 |
Removed PAGED keyword from qlocale test case GCCE builds in S60 3.2 environments,
as it was causing compilation of the test case to crash.
Diffstat (limited to 'tests/auto/qlocale')
-rw-r--r-- | tests/auto/qlocale/test/test.pro | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/auto/qlocale/test/test.pro b/tests/auto/qlocale/test/test.pro index 32e2423..7bc9f59 100644 --- a/tests/auto/qlocale/test/test.pro +++ b/tests/auto/qlocale/test/test.pro @@ -29,4 +29,11 @@ wince*: { DEPLOYMENT += addFiles } - +symbian:contains(S60_VERSION,3.2) { + # This test case compilation crashes on 3.2 for gcce if paging is on + MMP_RULES -= PAGED + custom_paged_rule = "$${LITERAL_HASH}ifndef GCCE"\ + "PAGED" \ + "$${LITERAL_HASH}endif" + MMP_RULES += custom_paged_rule +}
\ No newline at end of file |