src/s60main/s60main.pro
branchGCC_SURGE
changeset 31 5daf16870df6
parent 30 5dc02b23752f
child 33 3e2da88830cd
equal deleted inserted replaced
27:93b982ccede2 31:5daf16870df6
    15     INCLUDEPATH	+=  tmp $$QMAKE_INCDIR_QT/QtCore $$MW_LAYER_SYSTEMINCLUDE
    15     INCLUDEPATH	+=  tmp $$QMAKE_INCDIR_QT/QtCore $$MW_LAYER_SYSTEMINCLUDE
    16     SOURCES	 =  qts60main.cpp \
    16     SOURCES	 =  qts60main.cpp \
    17                     qts60main_mcrt0.cpp
    17                     qts60main_mcrt0.cpp
    18 
    18 
    19     # s60main needs to be built in ARM mode for GCCE to work.
    19     # s60main needs to be built in ARM mode for GCCE to work.
    20     MMP_RULES+="ALWAYS_BUILD_AS_ARM"
    20     CONFIG += do_not_build_as_thumb
    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 
    25