Ignore:
Timestamp:
Feb 17, 2010, 8:53:20 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Implemented support for printing through CUPS on OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/painting/painting.pri

    r569 r573  
    110110        SOURCES += \
    111111                painting/qcolormap_pm.cpp \
    112                 painting/qpaintdevice_pm.cpp
     112                painting/qpaintdevice_pm.cpp \
     113                painting/qprinterinfo_pm.cpp
    113114}
    114115
     
    194195}
    195196
    196 x11|embedded {
     197x11|embedded|os2 {
    197198        contains(QT_CONFIG,qtopia) {
    198199            DEFINES += QT_NO_CUPS QT_NO_LPR
     
    200201            SOURCES += painting/qcups.cpp
    201202            HEADERS += painting/qcups_p.h
     203        }
     204        os2 {
     205            INCLUDEPATH += $$CUPS_INCLUDEPATH
     206            LIBS += $$CUPS_LIBS
    202207        }
    203208} else {
Note: See TracChangeset for help on using the changeset viewer.