Changeset 846 for trunk/src/gui/text/text.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/gui/text/text.pri
r569 r846 38 38 text/qzipreader_p.h \ 39 39 text/qzipwriter_p.h \ 40 text/qtextodfwriter_p.h 40 text/qtextodfwriter_p.h \ 41 text/qstatictext_p.h \ 42 text/qstatictext.h 41 43 42 44 SOURCES += \ … … 67 69 text/qcssparser.cpp \ 68 70 text/qzip.cpp \ 69 text/qtextodfwriter.cpp 71 text/qtextodfwriter.cpp \ 72 text/qstatictext.cpp 70 73 71 74 win32 { … … 146 149 ../3rdparty/freetype/src/base/ftmm.c \ 147 150 ../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 \ 149 153 ../3rdparty/freetype/src/bdf/bdf.c \ 150 154 ../3rdparty/freetype/src/cache/ftcache.c \ … … 211 215 include($$QT_SOURCE_TREE/config.tests/unix/freetype/freetype.pri) 212 216 LIBS_PRIVATE += -lfreetype 213 } else {214 DEFINES *= QT_NO_FREETYPE215 217 } 216 218
Note:
See TracChangeset
for help on using the changeset viewer.