summaryrefslogtreecommitdiffstats
path: root/tests/auto/printsupport/kernel/kernel.pro
diff options
context:
space:
mode:
authorJohn Layt <jlayt@kde.org>2013-12-10 18:42:44 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-17 13:45:31 +0100
commitf50d46e5eb257528828998a465634d9044cdd17f (patch)
treef7ae3f0ee13b06fb47247b1ef760a2274194c11e /tests/auto/printsupport/kernel/kernel.pro
parent5eeed00f4d01d5033594854399a33d6ec54c3e58 (diff)
QPlatformPrintDevice - New QPA base class
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>
Diffstat (limited to 'tests/auto/printsupport/kernel/kernel.pro')
-rw-r--r--tests/auto/printsupport/kernel/kernel.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/printsupport/kernel/kernel.pro b/tests/auto/printsupport/kernel/kernel.pro
index 6f5802bf3e..0566556e01 100644
--- a/tests/auto/printsupport/kernel/kernel.pro
+++ b/tests/auto/printsupport/kernel/kernel.pro
@@ -1,4 +1,5 @@
TEMPLATE=subdirs
SUBDIRS=\
+ qprintdevice \
qprinter \
qprinterinfo \