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/qpdf_p.h

    r561 r573  
    291291    qreal leftMargin, topMargin, rightMargin, bottomMargin;
    292292
    293 #if !defined(QT_NO_CUPS) && !defined(QT_NO_LIBRARY)
     293#if !defined(QT_NO_CUPS) && (!defined(QT_NO_LIBRARY) || defined(Q_WS_PM))
    294294    QString cupsTempFile;
    295295#endif
Note: See TracChangeset for help on using the changeset viewer.