Changeset 561 for trunk/src/gui/image/image.pri
- 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/gui/image/image.pri
r95 r561 7 7 image/qbitmap.h \ 8 8 image/qicon.h \ 9 10 9 11 image/qiconengine.h \ 10 12 image/qiconengineplugin.h \ … … 23 25 image/qpixmap_raster_p.h \ 24 26 image/qpixmapcache.h \ 27 25 28 image/qpixmapdata_p.h \ 26 29 image/qpixmapdatafactory_p.h \ 27 image/qpixmapfilter_p.h 30 image/qpixmapfilter_p.h \ 31 image/qimagepixmapcleanuphooks_p.h \ 32 28 33 29 34 SOURCES += \ 30 35 image/qbitmap.cpp \ 31 36 image/qicon.cpp \ 37 32 38 image/qimage.cpp \ 33 39 image/qimageiohandler.cpp \ … … 47 53 image/qpixmap_raster.cpp \ 48 54 image/qnativeimage.cpp \ 55 56 49 57 50 58 win32 { … … 64 72 HEADERS += image/qpixmap_mac_p.h 65 73 SOURCES += image/qpixmap_mac.cpp 74 75 76 77 66 78 } 67 79 … … 85 97 86 98 contains(QT_CONFIG, system-png) { 87 unix:LIBS += -lpng99 unix:LIBS += -lpng 88 100 win32:LIBS += libpng.lib 89 101 } else {
Note:
See TracChangeset
for help on using the changeset viewer.