qt5base-lts/tests/auto/gui/painting/painting.pro
Szabolcs David 926a0886d1 Support multiple page ranges in QPrinter
Add a new QRangeCollection type to store and manage
multiple page ranges. This moves out the parser and validator
logic from the platform dependent (UNIX) dialog and makes it
publicly available from QPrinter.

This improves the usability of QPrinter in those applications
which doesn't use print dialog to configure printer.
(e.g.: QTextDocument, QWebEnginePage)

Change-Id: I0be5a8a64781c411f83b96a24f216605a84958e5
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2020-04-09 16:45:32 +02:00

24 lines
345 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qpainterpath \
qpainterpathstroker \
qcolor \
qcolorspace \
qbrush \
qregion \
qpagelayout \
qpagesize \
qpainter \
qpathclipper \
qpdfwriter \
qpen \
qpaintengine \
qrangecollection \
qtransform \
qpolygon \
!qtConfig(private_tests): SUBDIRS -= \
qpathclipper \