Regenerate tests/auto/printsupport
Change-Id: I517adae77f7a5851b07fa660732318c175570fb9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
6d29435568
commit
47ce9e5a78
@ -7,7 +7,8 @@
|
||||
add_qt_test(tst_qabstractprintdialog
|
||||
SOURCES
|
||||
tst_qabstractprintdialog.cpp
|
||||
LIBRARIES
|
||||
Qt::Widgets
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::PrintSupport
|
||||
Qt::Widgets
|
||||
)
|
||||
|
@ -11,4 +11,7 @@ add_qt_test(tst_qprintdevice
|
||||
QT_USE_USING_NAMESPACE
|
||||
LIBRARIES
|
||||
Qt::PrintSupportPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::PrintSupport
|
||||
)
|
||||
|
@ -7,7 +7,8 @@
|
||||
add_qt_test(tst_qprinter
|
||||
SOURCES
|
||||
tst_qprinter.cpp
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::PrintSupport
|
||||
Qt::Widgets
|
||||
)
|
||||
|
@ -9,6 +9,7 @@ add_qt_test(tst_qprinterinfo
|
||||
tst_qprinterinfo.cpp
|
||||
DEFINES
|
||||
QT_USE_USING_NAMESPACE
|
||||
LIBRARIES
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::PrintSupport
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user