Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/image/image.pri

    r95 r561  
    77        image/qbitmap.h \
    88        image/qicon.h \
     9
     10
    911        image/qiconengine.h \
    1012        image/qiconengineplugin.h \
     
    2325        image/qpixmap_raster_p.h \
    2426        image/qpixmapcache.h \
     27
    2528        image/qpixmapdata_p.h \
    2629        image/qpixmapdatafactory_p.h \
    27         image/qpixmapfilter_p.h
     30        image/qpixmapfilter_p.h \
     31        image/qimagepixmapcleanuphooks_p.h \
     32
    2833
    2934SOURCES += \
    3035        image/qbitmap.cpp \
    3136        image/qicon.cpp \
     37
    3238        image/qimage.cpp \
    3339        image/qimageiohandler.cpp \
     
    4753        image/qpixmap_raster.cpp \
    4854        image/qnativeimage.cpp \
     55
     56
    4957
    5058win32 {
     
    6472    HEADERS += image/qpixmap_mac_p.h
    6573    SOURCES += image/qpixmap_mac.cpp
     74
     75
     76
     77
    6678}
    6779
     
    8597
    8698    contains(QT_CONFIG, system-png) {
    87         unix:LIBS  += -lpng
     99        unix:LIBS  += -lpng
    88100        win32:LIBS += libpng.lib
    89101    } else {
Note: See TracChangeset for help on using the changeset viewer.