Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/xmlpatterns/xmlpatterns.pro

    r561 r769  
    2626include($$PWD/utils/utils.pri)
    2727include($$PWD/qobjectmodel/qobjectmodel.pri, "", true)
    28 wince*:# The Microsoft MIPS compiler crashes if /Og is specified
    29 :
    3028
    31 # -O2/1 expands to /Og plus additional arguments.
    32 contains(DEFINES, MIPS): {
    33     QMAKE_CXXFLAGS_RELEASE ~= s/-O2/-Oi -Ot -Oy -Ob2/
    34     QMAKE_CXXFLAGS_RELEASE ~= s/-O1/-Os -Oy -Ob2/
     29wince* {
     30    # The Microsoft MIPS compiler crashes if /Og is specified.
     31    # -O2/1 expands to /Og plus additional arguments.
     32    contains(DEFINES, MIPS) {
     33        QMAKE_CXXFLAGS_RELEASE ~= s/-O2/-Oi -Ot -Oy -Ob2/
     34        QMAKE_CXXFLAGS_RELEASE ~= s/-O1/-Os -Oy -Ob2/
     35    }
    3536}
     37
    3638symbian:TARGET.UID3 = 0x2001E62B
    37 HEADERS +=
Note: See TracChangeset for help on using the changeset viewer.