Ignore:
Timestamp:
May 3, 2011, 4:49:08 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

vendor: Imported qt-everywhere-opensource-src-4.7.2 from Nokia (excluding doc/html and doc/qch dirs generated from doc/src, and imports and templates dirs which are emtpy).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/vendor/nokia/qt/current/src/s60main/s60main.pro

    r649 r844  
    1515    INCLUDEPATH +=  tmp $$QMAKE_INCDIR_QT/QtCore $$MW_LAYER_SYSTEMINCLUDE
    1616    SOURCES      =  qts60main.cpp \
    17                     qts60main_mcrt0.cpp
     17                    qts60main_mcrt0.cpp \
     18                    newallocator_hook.cpp
    1819
    1920    # s60main needs to be built in ARM mode for GCCE to work.
    20     MMP_RULES+="ALWAYS_BUILD_AS_ARM"
     21   
    2122
    2223    # staticlib should not have any lib depencies in s60
     
    2627    # Workaround for abld toolchain problem to make ARMV6 qtmain.lib link with GCCE apps
    2728    symbian-abld: QMAKE_CXXFLAGS.ARMCC += --dllimport_runtime
     29
     30
     31
     32
     33
     34
     35
     36
    2837} else {
    2938    error("$$_FILE_ is intended only for Symbian!")
Note: See TracChangeset for help on using the changeset viewer.