summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtablewidget
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-06-01 09:57:39 +0300
committerJanne Anttila <janne.anttila@digia.com>2009-06-01 09:57:39 +0300
commit0356b3cc5ec37c4d9c1865e0a832a4c6edca7fed (patch)
treebb6b081a3207c96ed95b1007fa3b7156469a569c /tests/auto/qtablewidget
parent31b240c31cbe12fc12db65fe8c7e4f5c9bd23259 (diff)
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
Diffstat (limited to 'tests/auto/qtablewidget')
-rw-r--r--tests/auto/qtablewidget/qtablewidget.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qtablewidget/qtablewidget.pro b/tests/auto/qtablewidget/qtablewidget.pro
index 2b2a01613f..bcc82bd453 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"