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/gui/text/text.pri

    r569 r846  
    3838        text/qzipreader_p.h \
    3939        text/qzipwriter_p.h \
    40         text/qtextodfwriter_p.h
     40        text/qtextodfwriter_p.h \
     41        text/qstatictext_p.h \
     42        text/qstatictext.h
    4143
    4244SOURCES += \
     
    6769        text/qcssparser.cpp \
    6870        text/qzip.cpp \
    69         text/qtextodfwriter.cpp
     71        text/qtextodfwriter.cpp \
     72        text/qstatictext.cpp
    7073
    7174win32 {
     
    146149        ../3rdparty/freetype/src/base/ftmm.c \
    147150        ../3rdparty/freetype/src/base/fttype1.c \
    148           ../3rdparty/freetype/src/base/ftbitmap.c\
     151        ../3rdparty/freetype/src/base/ftsynth.c \
     152        ../3rdparty/freetype/src/base/ftbitmap.c \
    149153        ../3rdparty/freetype/src/bdf/bdf.c \
    150154        ../3rdparty/freetype/src/cache/ftcache.c \
     
    211215    include($$QT_SOURCE_TREE/config.tests/unix/freetype/freetype.pri)
    212216    LIBS_PRIVATE += -lfreetype
    213 } else {
    214     DEFINES *= QT_NO_FREETYPE
    215217}
    216218
Note: See TracChangeset for help on using the changeset viewer.