Regenerate tests/auto/printsupport

Change-Id: I517adae77f7a5851b07fa660732318c175570fb9
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Alexandru Croitor 2019-11-12 18:22:51 +01:00
parent 6d29435568
commit 47ce9e5a78
4 changed files with 10 additions and 4 deletions

View File

@ -7,7 +7,8 @@
add_qt_test(tst_qabstractprintdialog
SOURCES
tst_qabstractprintdialog.cpp
LIBRARIES
Qt::Widgets
PUBLIC_LIBRARIES
Qt::Gui
Qt::PrintSupport
Qt::Widgets
)

View File

@ -11,4 +11,7 @@ add_qt_test(tst_qprintdevice
QT_USE_USING_NAMESPACE
LIBRARIES
Qt::PrintSupportPrivate
PUBLIC_LIBRARIES
Qt::Gui
Qt::PrintSupport
)

View File

@ -7,7 +7,8 @@
add_qt_test(tst_qprinter
SOURCES
tst_qprinter.cpp
LIBRARIES
PUBLIC_LIBRARIES
Qt::Gui
Qt::PrintSupport
Qt::Widgets
)

View File

@ -9,6 +9,7 @@ add_qt_test(tst_qprinterinfo
tst_qprinterinfo.cpp
DEFINES
QT_USE_USING_NAMESPACE
LIBRARIES
PUBLIC_LIBRARIES
Qt::Gui
Qt::PrintSupport
)