Fix macplist autotest
[qt-netbsd.git] / tests / auto / qtablewidget / qtablewidget.pro
blobd66d0ac67fa46d02df22d2e0ce6c48a63ec805ea
1 load(qttest_p4)
2 SOURCES += tst_qtablewidget.cpp
4 # This prevents the GCCE compile failure: "elf2e32: Error 1063: Fatal Error in
5 # PostLinker." The paged statement is documented in the S60 docs.
6 symbian {
7 MMP_RULES -= PAGED
9 custom_paged_rule = "$${LITERAL_HASH}ifndef GCCE"\
10 "PAGED" \
11 "$${LITERAL_HASH}endif"
12 MMP_RULES += custom_paged_rule
15 symbian:MMP_RULES += "OPTION GCCE -mlong-calls"