Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

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

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/codecs/codecs.pri

    r561 r846  
    3232                DEFINES += GNU_LIBICONV
    3333                !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 {
    3539                # no iconv, so we put all plugins in the library
    3640                HEADERS += \
     
    5357        }
    5458}
     59
Note: See TracChangeset for help on using the changeset viewer.