Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/xmlpatterns/xmlpatterns.pro

    r166 r561  
    1 TARGET     = QtXmlPatterns
     1TARGET = QtXmlPatterns
    22os2:TARGET_SHORT = QtXmlP
    3 QPRO_PWD   = $$PWD
    4 QT         = core network
    5 DEFINES   += QT_BUILD_XMLPATTERNS_LIB QT_NO_USING_NAMESPACE
     3QPRO_PWD = $$PWD
     4QT = core \
     5    network
     6DEFINES += QT_BUILD_XMLPATTERNS_LIB \
     7    QT_NO_USING_NAMESPACE
    68win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x61000000
    7 
    8 unix:QMAKE_PKGCONFIG_REQUIRES = QtCore QtNetwork
    9 
     9unix:QMAKE_PKGCONFIG_REQUIRES = QtCore \
     10    QtNetwork
    1011include(../qbase.pri)
    11 
    1212PRECOMPILED_HEADER = ../corelib/global/qt_pch.h
    13 
    1413include($$PWD/common.pri)
    1514include($$PWD/acceltree/acceltree.pri)
     
    2322include($$PWD/parser/parser.pri)
    2423include($$PWD/projection/projection.pri)
     24include($$PWD/schema/schema.pri)
    2525include($$PWD/type/type.pri)
    2626include($$PWD/utils/utils.pri)
    27 include($$PWD/qobjectmodel/qobjectmodel.pri)
     27include($$PWD/qobjectmodel/qobjectmodel.pri, "", true)
     28wince*:# The Microsoft MIPS compiler crashes if /Og is specified
     29:
    2830
    29 wince*: {
    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    }
     31# -O2/1 expands to /Og plus additional arguments.
     32contains(DEFINES, MIPS): {
     33    QMAKE_CXXFLAGS_RELEASE ~= s/-O2/-Oi -Ot -Oy -Ob2/
     34    QMAKE_CXXFLAGS_RELEASE ~= s/-O1/-Os -Oy -Ob2/
    3635}
     36symbian:TARGET.UID3 = 0x2001E62B
     37HEADERS +=
Note: See TracChangeset for help on using the changeset viewer.