src/s60main/s60main.pro
branchRCL_3
changeset 8 3f74d0d4af4c
parent 3 41300fa6a67c
child 30 5dc02b23752f
equal deleted inserted replaced
6:dee5afe5301f 8:3f74d0d4af4c
    20     MMP_RULES+="ALWAYS_BUILD_AS_ARM"
    20     MMP_RULES+="ALWAYS_BUILD_AS_ARM"
    21 
    21 
    22     # staticlib should not have any lib depencies in s60
    22     # staticlib should not have any lib depencies in s60
    23     # This seems not to work, some hard coded libs are still added as dependency
    23     # This seems not to work, some hard coded libs are still added as dependency
    24     LIBS =
    24     LIBS =
       
    25 
       
    26     # Workaround for abld toolchain problem to make ARMV6 qtmain.lib link with GCCE apps
       
    27     symbian-abld: QMAKE_CXXFLAGS.ARMCC += --dllimport_runtime
    25 } else {
    28 } else {
    26     error("$$_FILE_ is intended only for Symbian!")
    29     error("$$_FILE_ is intended only for Symbian!")
    27 }
    30 }
    28 
    31 
    29 include(../qbase.pri)
    32 include(../qbase.pri)