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:
Alexandru Croitor 2019-11-12 12:02:40 +01:00
parent d58d7ebfea
commit d802572f0b
6 changed files with 62 additions and 6 deletions

View File

@ -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
)

View File

@ -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
)

View File

@ -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
)

View File

@ -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
)

View File

@ -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
)

View File

@ -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
)