summaryrefslogtreecommitdiffstats
path: root/tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro
diff options
context:
space:
mode:
authorDebao Zhang <dbzhang800@gmail.com>2012-03-09 18:43:21 -0800
committerQt by Nokia <qt-info@nokia.com>2012-03-12 13:14:05 +0100
commit4eeb07d886940087de85ba1c4a12e634f35d8d9d (patch)
tree49eb766ebd05f2005376ca90105d7eb1b9ed0117 /tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro
parent57cf7c8a1bb1905294038ba5c98f1e8235fc08af (diff)
Move tst_qprinter.cpp to QtPrintSupport
QPrinter and QPrinterInfo belong to QtPrintSupport. Change-Id: I0c146e0c717be365e752c1eaf7dbe6765fb72da2 Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro')
-rw-r--r--tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro b/tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro
new file mode 100644
index 0000000000..88cb07f338
--- /dev/null
+++ b/tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro
@@ -0,0 +1,10 @@
+CONFIG += testcase
+TARGET = tst_qprinterinfo
+SOURCES += tst_qprinterinfo.cpp
+
+QT += printsupport network testlib
+
+DEFINES += QT_USE_USING_NAMESPACE
+
+mac: CONFIG += insignificant_test # QTBUG-23060
+win32:CONFIG += insignificant_test # QTBUG-24190