From 01e0c8b400547dcd772dae7c30405fb7bad15493 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Mon, 1 Jun 2009 10:41:03 +0300 Subject: 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. --- tests/auto/qlocale/test/test.pro | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- cgit v0.12