Regenerate tests/auto/corelib/animation
Change-Id: I698e8bf965cc928bf7f48f44c81bd0dc017f483c Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CMake Build Bot
This commit is contained in:
parent
d58d7ebfea
commit
d802572f0b
@ -1 +1,10 @@
|
||||
add_qt_test(tst_qabstractanimation SOURCES tst_qabstractanimation.cpp)
|
||||
# Generated from qabstractanimation.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qabstractanimation Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qabstractanimation
|
||||
SOURCES
|
||||
tst_qabstractanimation.cpp
|
||||
)
|
||||
|
@ -1 +1,10 @@
|
||||
add_qt_test(tst_qanimationgroup SOURCES tst_qanimationgroup.cpp)
|
||||
# Generated from qanimationgroup.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qanimationgroup Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qanimationgroup
|
||||
SOURCES
|
||||
tst_qanimationgroup.cpp
|
||||
)
|
||||
|
@ -1 +1,10 @@
|
||||
add_qt_test(tst_qparallelanimationgroup SOURCES tst_qparallelanimationgroup.cpp)
|
||||
# Generated from qparallelanimationgroup.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qparallelanimationgroup Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qparallelanimationgroup
|
||||
SOURCES
|
||||
tst_qparallelanimationgroup.cpp
|
||||
)
|
||||
|
@ -1 +1,12 @@
|
||||
add_qt_test(tst_qpauseanimation SOURCES tst_qpauseanimation.cpp LIBRARIES Qt::CorePrivate)
|
||||
# Generated from qpauseanimation.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qpauseanimation Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qpauseanimation
|
||||
SOURCES
|
||||
tst_qpauseanimation.cpp
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
)
|
||||
|
@ -1 +1,10 @@
|
||||
add_qt_test(tst_qsequentialanimationgroup SOURCES tst_qsequentialanimationgroup.cpp)
|
||||
# Generated from qsequentialanimationgroup.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qsequentialanimationgroup Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qsequentialanimationgroup
|
||||
SOURCES
|
||||
tst_qsequentialanimationgroup.cpp
|
||||
)
|
||||
|
@ -1 +1,10 @@
|
||||
add_qt_test(tst_qvariantanimation SOURCES tst_qvariantanimation.cpp)
|
||||
# Generated from qvariantanimation.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qvariantanimation Test:
|
||||
#####################################################################
|
||||
|
||||
add_qt_test(tst_qvariantanimation
|
||||
SOURCES
|
||||
tst_qvariantanimation.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user