summaryrefslogtreecommitdiffstats
path: root/tests/auto/printsupport/kernel/qprinter
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-12 18:22:51 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 10:12:23 +0000
commit47ce9e5a786fe4c1fbaf1a9aa0030bfcfeea18d5 (patch)
tree62f62f5fc7e31d34668288efd0dc6c4801f9681c /tests/auto/printsupport/kernel/qprinter
parent6d294355682728faefd81b717e8d91e7a0c89dad (diff)
Regenerate tests/auto/printsupport
Change-Id: I517adae77f7a5851b07fa660732318c175570fb9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/printsupport/kernel/qprinter')
-rw-r--r--tests/auto/printsupport/kernel/qprinter/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/printsupport/kernel/qprinter/CMakeLists.txt b/tests/auto/printsupport/kernel/qprinter/CMakeLists.txt
index 800e693321..6d15bab349 100644
--- a/tests/auto/printsupport/kernel/qprinter/CMakeLists.txt
+++ b/tests/auto/printsupport/kernel/qprinter/CMakeLists.txt
@@ -7,7 +7,8 @@
add_qt_test(tst_qprinter
SOURCES
tst_qprinter.cpp
- LIBRARIES
+ PUBLIC_LIBRARIES
+ Qt::Gui
Qt::PrintSupport
Qt::Widgets
)