Changeset 561 for trunk/src/phonon
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/phonon/phonon.pro
r2 r561 1 1 TARGET = phonon 2 include( $$QT_SOURCE_TREE/src/qbase.pri)2 include(../qbase.pri) 3 3 4 4 PHONON_MAJOR_VERSION = $${QT_MAJOR_VERSION} … … 114 114 115 115 contains(QT_CONFIG, reduce_exports): CONFIG += hide_symbols 116 117 symbian: { 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.