Regenerate tests/auto/widgets/effects
Change-Id: Ib31f764202635198b5cdf236ba19982bb3b18cbb Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
8801d499d0
commit
02278007cb
@ -1,6 +1,17 @@
|
||||
add_qt_test("tst_qgraphicseffect" SOURCES tst_qgraphicseffect.cpp
|
||||
# Generated from qgraphicseffect.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qgraphicseffect Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qgraphicseffect
|
||||
SOURCES
|
||||
tst_qgraphicseffect.cpp
|
||||
LIBRARIES
|
||||
Qt::WidgetsPrivate
|
||||
Qt::CorePrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::WidgetsPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
@ -1,5 +1,16 @@
|
||||
add_qt_test("tst_qpixmapfilter" SOURCES tst_qpixmapfilter.cpp
|
||||
# Generated from qpixmapfilter.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qpixmapfilter Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qpixmapfilter
|
||||
SOURCES
|
||||
tst_qpixmapfilter.cpp
|
||||
LIBRARIES
|
||||
Qt::WidgetsPrivate
|
||||
Qt::GuiPrivate
|
||||
Qt::WidgetsPrivate
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
Qt::Widgets
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user