summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qprinter/qprinter.pro2
-rw-r--r--tests/auto/qprinterinfo/qprinterinfo.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qprinter/qprinter.pro b/tests/auto/qprinter/qprinter.pro
index 52ffca08b7..cbe4ad7986 100644
--- a/tests/auto/qprinter/qprinter.pro
+++ b/tests/auto/qprinter/qprinter.pro
@@ -1,5 +1,5 @@
load(qttest_p4)
-QT += widgets
+QT += printsupport widgets
SOURCES += tst_qprinter.cpp
mac*:CONFIG+=insignificant_test
diff --git a/tests/auto/qprinterinfo/qprinterinfo.pro b/tests/auto/qprinterinfo/qprinterinfo.pro
index ade217faf3..1bf799d6ce 100644
--- a/tests/auto/qprinterinfo/qprinterinfo.pro
+++ b/tests/auto/qprinterinfo/qprinterinfo.pro
@@ -1,7 +1,7 @@
load(qttest_p4)
SOURCES += tst_qprinterinfo.cpp
-QT += network
+QT += printsupport network
DEFINES += QT_USE_USING_NAMESPACE