Changeset 561 for trunk/src/phonon


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/phonon/phonon.pro

    r2 r561  
    11TARGET = phonon
    2 include($$QT_SOURCE_TREE/src/qbase.pri)
     2include(../qbase.pri)
    33
    44PHONON_MAJOR_VERSION = $${QT_MAJOR_VERSION}
     
    114114
    115115contains(QT_CONFIG, reduce_exports): CONFIG += hide_symbols
     116
     117symbian: {
     118    # Phonon depends on numeric_limits. Enabling STL support in Qt
     119    # would bring in link dependencies, and we don't need that for
     120    # numeric_limits, hence we here merely ensure we bring in the necessary
     121    # header.
     122    INCLUDEPATH *= $$OS_LAYER_STDCPP_SYSTEMINCLUDE
     123
     124        # Without this setting, code using numeric_limits will fail
     125        # for winscw, although armv5 works fine no matter what.
     126    QMAKE_CXXFLAGS.CW *= $$STLLIB_USAGE_CW_FLAGS
     127   
     128    TARGET.UID3 = 0x2001E624
     129}
Note: See TracChangeset for help on using the changeset viewer.