From 0356b3cc5ec37c4d9c1865e0a832a4c6edca7fed Mon Sep 17 00:00:00 2001 From: Janne Anttila Date: Mon, 1 Jun 2009 09:57:39 +0300 Subject: Fix to GCCE compiler error in qtablewidget test case. The fixed error was: {standard input}: Assembler messages: {standard input}:47278: Error: branch out of range --- tests/auto/qtablewidget/qtablewidget.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/qtablewidget/qtablewidget.pro b/tests/auto/qtablewidget/qtablewidget.pro index 2b2a016..bcc82bd 100644 --- a/tests/auto/qtablewidget/qtablewidget.pro +++ b/tests/auto/qtablewidget/qtablewidget.pro @@ -1,4 +1,5 @@ load(qttest_p4) SOURCES += tst_qtablewidget.cpp +symbian:MMP_RULES += "OPTION GCCE -mlong-calls" -- cgit v0.12