f50d46e5eb
Add a new QPA class to abstract Print Devices. Each platform instance will encapsulate all required details about a print device instead of the code being distributed throughout the print engine and print plugin. Change-Id: I7f6a537ad55a6e7f599d83f461b1e2ee62b15094 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
7 lines
92 B
Prolog
7 lines
92 B
Prolog
QT += printsupport-private
|
|
|
|
TARGET = qprintdevice_dump
|
|
TEMPLATE = app
|
|
|
|
SOURCES += main.cpp
|