diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-06-01 06:57:39 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-06-01 06:57:39 (GMT) |
commit | 0356b3cc5ec37c4d9c1865e0a832a4c6edca7fed (patch) | |
tree | bb6b081a3207c96ed95b1007fa3b7156469a569c /tests/auto/qtablewidget | |
parent | 31b240c31cbe12fc12db65fe8c7e4f5c9bd23259 (diff) | |
download | Qt-0356b3cc5ec37c4d9c1865e0a832a4c6edca7fed.zip Qt-0356b3cc5ec37c4d9c1865e0a832a4c6edca7fed.tar.gz Qt-0356b3cc5ec37c4d9c1865e0a832a4c6edca7fed.tar.bz2 |
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.pro | 1 |
1 files changed, 1 insertions, 0 deletions
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" |