summaryrefslogtreecommitdiffstats
path: root/tests/auto/printsupport/kernel/qprintdevice/qprintdevice.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/qprintdevice/qprintdevice.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/qprintdevice/qprintdevice.pro')
-rw-r--r--tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro b/tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro
new file mode 100644
index 0000000000..fb11b0361e
--- /dev/null
+++ b/tests/auto/printsupport/kernel/qprintdevice/qprintdevice.pro
@@ -0,0 +1,9 @@
+CONFIG += testcase
+CONFIG += parallel_test
+TARGET = tst_qprintdevice
+SOURCES += tst_qprintdevice.cpp
+
+QT += printsupport-private network testlib
+
+DEFINES += QT_USE_USING_NAMESPACE
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0