Changeset 846 for trunk/src/corelib/codecs/codecs.pri
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/corelib/codecs/codecs.pri
r561 r846 32 32 DEFINES += GNU_LIBICONV 33 33 !mac:LIBS_PRIVATE *= -liconv 34 } else { 34 } else:contains(QT_CONFIG,sun-libiconv) { 35 HEADERS += codecs/qiconvcodec_p.h 36 SOURCES += codecs/qiconvcodec.cpp 37 DEFINES += GNU_LIBICONV 38 } else:!symbian { 35 39 # no iconv, so we put all plugins in the library 36 40 HEADERS += \ … … 53 57 } 54 58 } 59
Note:
See TracChangeset
for help on using the changeset viewer.