tests/auto/qtablewidget/qtablewidget.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 load(qttest_p4)
       
     2 SOURCES  += tst_qtablewidget.cpp
       
     3 
       
     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
       
     8 
       
     9     custom_paged_rule = "$${LITERAL_HASH}ifndef GCCE"\
       
    10                         "PAGED" \
       
    11                         "$${LITERAL_HASH}endif"
       
    12     MMP_RULES += custom_paged_rule
       
    13 }
       
    14 
       
    15 symbian:MMP_RULES += "OPTION   GCCE -mlong-calls"
       
    16