From 4eeb07d886940087de85ba1c4a12e634f35d8d9d Mon Sep 17 00:00:00 2001 From: Debao Zhang Date: Fri, 9 Mar 2012 18:43:21 -0800 Subject: Move tst_qprinter.cpp to QtPrintSupport QPrinter and QPrinterInfo belong to QtPrintSupport. Change-Id: I0c146e0c717be365e752c1eaf7dbe6765fb72da2 Reviewed-by: Gunnar Sletta Reviewed-by: Friedemann Kleint --- tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro (limited to 'tests/auto/printsupport/kernel/qprinterinfo/qprinterinfo.pro') 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 -- cgit v1.2.3