Regenerate tests/auto/gui/painting
Change-Id: Id30f9e7e6cadb4a09c669c5688c01a84300a8c41 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
cd258ca28a
commit
43d7927004
@ -1 +1,14 @@
|
||||
add_qt_test(tst_qpagesize SOURCES tst_qpagesize.cpp LIBRARIES Qt::Gui)
|
||||
# Generated from qpagesize.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qpagesize Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qpagesize
|
||||
SOURCES
|
||||
tst_qpagesize.cpp
|
||||
DEFINES
|
||||
QT_USE_USING_NAMESPACE
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
@ -1 +1,12 @@
|
||||
add_qt_test(tst_qpaintengine SOURCES tst_qpaintengine.cpp LIBRARIES Qt::Gui)
|
||||
# Generated from qpaintengine.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qpaintengine Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qpaintengine
|
||||
SOURCES
|
||||
tst_qpaintengine.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
@ -1 +1,12 @@
|
||||
add_qt_test(tst_qpainterpath SOURCES tst_qpainterpath.cpp LIBRARIES Qt::Gui)
|
||||
# Generated from qpainterpath.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qpainterpath Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qpainterpath
|
||||
SOURCES
|
||||
tst_qpainterpath.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
@ -1 +1,12 @@
|
||||
add_qt_test(tst_qpainterpathstroker SOURCES tst_qpainterpathstroker.cpp LIBRARIES Qt::Gui)
|
||||
# Generated from qpainterpathstroker.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qpainterpathstroker Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qpainterpathstroker
|
||||
SOURCES
|
||||
tst_qpainterpathstroker.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
@ -1 +1,12 @@
|
||||
add_qt_test(tst_qpen SOURCES tst_qpen.cpp LIBRARIES Qt::Gui)
|
||||
# Generated from qpen.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qpen Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qpen
|
||||
SOURCES
|
||||
tst_qpen.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user