summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/animation')
-rw-r--r--tests/auto/animation/additiveclipblend/CMakeLists.txt2
-rw-r--r--tests/auto/animation/animationclip/CMakeLists.txt2
-rw-r--r--tests/auto/animation/animationutils/CMakeLists.txt2
-rw-r--r--tests/auto/animation/bezierevaluator/CMakeLists.txt2
-rw-r--r--tests/auto/animation/blendedclipanimator/CMakeLists.txt2
-rw-r--r--tests/auto/animation/channelmapper/CMakeLists.txt2
-rw-r--r--tests/auto/animation/channelmapping/CMakeLists.txt2
-rw-r--r--tests/auto/animation/clipanimator/CMakeLists.txt2
-rw-r--r--tests/auto/animation/clipblendnode/CMakeLists.txt2
-rw-r--r--tests/auto/animation/clipblendnodemanager/CMakeLists.txt2
-rw-r--r--tests/auto/animation/clipblendnodevisitor/CMakeLists.txt2
-rw-r--r--tests/auto/animation/clipblendvalue/CMakeLists.txt2
-rw-r--r--tests/auto/animation/clock/CMakeLists.txt2
-rw-r--r--tests/auto/animation/fcurve/CMakeLists.txt2
-rw-r--r--tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt2
-rw-r--r--tests/auto/animation/functionrangefinder/CMakeLists.txt2
-rw-r--r--tests/auto/animation/lerpclipblend/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qabstractanimation/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qadditiveclipblend/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qanimationaspect/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qanimationcliploader/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qanimationcontroller/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qanimationgroup/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qblendedclipanimator/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qcallbackmapping/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qchannelmapper/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qchannelmapping/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qclipanimator/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qclipblendvalue/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qclock/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qkeyframeanimation/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qlerpclipblend/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qmorphinganimation/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qmorphtarget/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qskeletonmapping/CMakeLists.txt2
-rw-r--r--tests/auto/animation/qvertexblendanimation/CMakeLists.txt2
-rw-r--r--tests/auto/animation/skeleton/CMakeLists.txt2
37 files changed, 37 insertions, 37 deletions
diff --git a/tests/auto/animation/additiveclipblend/CMakeLists.txt b/tests/auto/animation/additiveclipblend/CMakeLists.txt
index 2d26e409b..e38b375b7 100644
--- a/tests/auto/animation/additiveclipblend/CMakeLists.txt
+++ b/tests/auto/animation/additiveclipblend/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(tst_additiveclipblend
SOURCES
tst_additiveclipblend.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/animationclip/CMakeLists.txt b/tests/auto/animation/animationclip/CMakeLists.txt
index 844564837..3ffc501b1 100644
--- a/tests/auto/animation/animationclip/CMakeLists.txt
+++ b/tests/auto/animation/animationclip/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(tst_animationclip
SOURCES
tst_animationclip.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/animationutils/CMakeLists.txt b/tests/auto/animation/animationutils/CMakeLists.txt
index 52620c173..50bdd957c 100644
--- a/tests/auto/animation/animationutils/CMakeLists.txt
+++ b/tests/auto/animation/animationutils/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(tst_animationutils
SOURCES
tst_animationutils.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/bezierevaluator/CMakeLists.txt b/tests/auto/animation/bezierevaluator/CMakeLists.txt
index 155cb1927..fc0eb8062 100644
--- a/tests/auto/animation/bezierevaluator/CMakeLists.txt
+++ b/tests/auto/animation/bezierevaluator/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(tst_bezierevaluator
SOURCES
tst_bezierevaluator.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/blendedclipanimator/CMakeLists.txt b/tests/auto/animation/blendedclipanimator/CMakeLists.txt
index 510d2dfdd..904c7476d 100644
--- a/tests/auto/animation/blendedclipanimator/CMakeLists.txt
+++ b/tests/auto/animation/blendedclipanimator/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(tst_blendedclipanimator
SOURCES
tst_blendedclipanimator.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/channelmapper/CMakeLists.txt b/tests/auto/animation/channelmapper/CMakeLists.txt
index 54a7f10d7..a6b914386 100644
--- a/tests/auto/animation/channelmapper/CMakeLists.txt
+++ b/tests/auto/animation/channelmapper/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(tst_channelmapper
SOURCES
tst_channelmapper.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/channelmapping/CMakeLists.txt b/tests/auto/animation/channelmapping/CMakeLists.txt
index 73a4b8dbe..57a9cec6b 100644
--- a/tests/auto/animation/channelmapping/CMakeLists.txt
+++ b/tests/auto/animation/channelmapping/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_channelmapping
tst_channelmapping.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/clipanimator/CMakeLists.txt b/tests/auto/animation/clipanimator/CMakeLists.txt
index bb2e31fe4..4e4da2e5a 100644
--- a/tests/auto/animation/clipanimator/CMakeLists.txt
+++ b/tests/auto/animation/clipanimator/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_clipanimator
tst_clipanimator.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/clipblendnode/CMakeLists.txt b/tests/auto/animation/clipblendnode/CMakeLists.txt
index 40a555615..f4f1842f8 100644
--- a/tests/auto/animation/clipblendnode/CMakeLists.txt
+++ b/tests/auto/animation/clipblendnode/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_clipblendnode
tst_clipblendnode.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/clipblendnodemanager/CMakeLists.txt b/tests/auto/animation/clipblendnodemanager/CMakeLists.txt
index 5f5935b98..826410fd9 100644
--- a/tests/auto/animation/clipblendnodemanager/CMakeLists.txt
+++ b/tests/auto/animation/clipblendnodemanager/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_clipblendnodemanager
tst_clipblendnodemanager.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/clipblendnodevisitor/CMakeLists.txt b/tests/auto/animation/clipblendnodevisitor/CMakeLists.txt
index 7fbe74ccc..92a2e0fd2 100644
--- a/tests/auto/animation/clipblendnodevisitor/CMakeLists.txt
+++ b/tests/auto/animation/clipblendnodevisitor/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_clipblendnodevisitor
tst_clipblendnodevisitor.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/clipblendvalue/CMakeLists.txt b/tests/auto/animation/clipblendvalue/CMakeLists.txt
index 0eb160a0a..bf77a58f5 100644
--- a/tests/auto/animation/clipblendvalue/CMakeLists.txt
+++ b/tests/auto/animation/clipblendvalue/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_clipblendvalue
tst_clipblendvalue.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/clock/CMakeLists.txt b/tests/auto/animation/clock/CMakeLists.txt
index 3a987af30..e587bd9b5 100644
--- a/tests/auto/animation/clock/CMakeLists.txt
+++ b/tests/auto/animation/clock/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_clock
tst_clock.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/fcurve/CMakeLists.txt b/tests/auto/animation/fcurve/CMakeLists.txt
index 3219122e0..0fa487170 100644
--- a/tests/auto/animation/fcurve/CMakeLists.txt
+++ b/tests/auto/animation/fcurve/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(tst_fcurve
SOURCES
tst_fcurve.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt b/tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt
index 12acfde6b..657582b6d 100644
--- a/tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt
+++ b/tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_findrunningclipanimatorsjob
tst_findrunningclipanimatorsjob.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/functionrangefinder/CMakeLists.txt b/tests/auto/animation/functionrangefinder/CMakeLists.txt
index 1bcd51873..576a59e3a 100644
--- a/tests/auto/animation/functionrangefinder/CMakeLists.txt
+++ b/tests/auto/animation/functionrangefinder/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(tst_sandwichfinder
SOURCES
tst_functionrangefinder.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/lerpclipblend/CMakeLists.txt b/tests/auto/animation/lerpclipblend/CMakeLists.txt
index 22824d747..58f5130dd 100644
--- a/tests/auto/animation/lerpclipblend/CMakeLists.txt
+++ b/tests/auto/animation/lerpclipblend/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_lerpclipblend
tst_lerpclipblend.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/qabstractanimation/CMakeLists.txt b/tests/auto/animation/qabstractanimation/CMakeLists.txt
index fa393cdbf..3c822f5ba 100644
--- a/tests/auto/animation/qabstractanimation/CMakeLists.txt
+++ b/tests/auto/animation/qabstractanimation/CMakeLists.txt
@@ -13,7 +13,7 @@ qt_internal_add_test(tst_qt3d_qabstractanimation
# special case end
SOURCES
tst_qabstractanimation.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/qadditiveclipblend/CMakeLists.txt b/tests/auto/animation/qadditiveclipblend/CMakeLists.txt
index e8063384e..8b9380ace 100644
--- a/tests/auto/animation/qadditiveclipblend/CMakeLists.txt
+++ b/tests/auto/animation/qadditiveclipblend/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qadditiveclipblend
tst_qadditiveclipblend.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/qanimationaspect/CMakeLists.txt b/tests/auto/animation/qanimationaspect/CMakeLists.txt
index c7d2d5e2e..ccf8bc752 100644
--- a/tests/auto/animation/qanimationaspect/CMakeLists.txt
+++ b/tests/auto/animation/qanimationaspect/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(tst_qanimationaspect
SOURCES
tst_qanimationaspect.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::CorePrivate
Qt::Gui
diff --git a/tests/auto/animation/qanimationcliploader/CMakeLists.txt b/tests/auto/animation/qanimationcliploader/CMakeLists.txt
index dbf3601a8..2acb26603 100644
--- a/tests/auto/animation/qanimationcliploader/CMakeLists.txt
+++ b/tests/auto/animation/qanimationcliploader/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qanimationclip
tst_qanimationcliploader.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/qanimationcontroller/CMakeLists.txt b/tests/auto/animation/qanimationcontroller/CMakeLists.txt
index 32e849fa8..f7d76af24 100644
--- a/tests/auto/animation/qanimationcontroller/CMakeLists.txt
+++ b/tests/auto/animation/qanimationcontroller/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(tst_qanimationcontroller
SOURCES
tst_qanimationcontroller.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DCore
Qt::3DCorePrivate
diff --git a/tests/auto/animation/qanimationgroup/CMakeLists.txt b/tests/auto/animation/qanimationgroup/CMakeLists.txt
index 9a6d67194..911f37727 100644
--- a/tests/auto/animation/qanimationgroup/CMakeLists.txt
+++ b/tests/auto/animation/qanimationgroup/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qt3d_qanimationgroup
# special case end
SOURCES
tst_qanimationgroup.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DCore
Qt::3DCorePrivate
diff --git a/tests/auto/animation/qblendedclipanimator/CMakeLists.txt b/tests/auto/animation/qblendedclipanimator/CMakeLists.txt
index 799d62e1a..6160b2cd6 100644
--- a/tests/auto/animation/qblendedclipanimator/CMakeLists.txt
+++ b/tests/auto/animation/qblendedclipanimator/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qblendedclipanimator
tst_qblendedclipanimator.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/qcallbackmapping/CMakeLists.txt b/tests/auto/animation/qcallbackmapping/CMakeLists.txt
index dd9290e90..95f667f51 100644
--- a/tests/auto/animation/qcallbackmapping/CMakeLists.txt
+++ b/tests/auto/animation/qcallbackmapping/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qcallbackmapping
tst_qcallbackmapping.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/qchannelmapper/CMakeLists.txt b/tests/auto/animation/qchannelmapper/CMakeLists.txt
index 3e434ff52..a84137157 100644
--- a/tests/auto/animation/qchannelmapper/CMakeLists.txt
+++ b/tests/auto/animation/qchannelmapper/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qchannelmapper
tst_qchannelmapper.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/qchannelmapping/CMakeLists.txt b/tests/auto/animation/qchannelmapping/CMakeLists.txt
index 38c466bfc..a70adaab9 100644
--- a/tests/auto/animation/qchannelmapping/CMakeLists.txt
+++ b/tests/auto/animation/qchannelmapping/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qchannelmapping
tst_qchannelmapping.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/qclipanimator/CMakeLists.txt b/tests/auto/animation/qclipanimator/CMakeLists.txt
index a717e8723..d12e45741 100644
--- a/tests/auto/animation/qclipanimator/CMakeLists.txt
+++ b/tests/auto/animation/qclipanimator/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qclipanimator
tst_qclipanimator.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/qclipblendvalue/CMakeLists.txt b/tests/auto/animation/qclipblendvalue/CMakeLists.txt
index bfe3881a7..0c88381ed 100644
--- a/tests/auto/animation/qclipblendvalue/CMakeLists.txt
+++ b/tests/auto/animation/qclipblendvalue/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qclipblendvalue
tst_qclipblendvalue.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/qclock/CMakeLists.txt b/tests/auto/animation/qclock/CMakeLists.txt
index e00be0196..42d4aea7e 100644
--- a/tests/auto/animation/qclock/CMakeLists.txt
+++ b/tests/auto/animation/qclock/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qclock
tst_qclock.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/qkeyframeanimation/CMakeLists.txt b/tests/auto/animation/qkeyframeanimation/CMakeLists.txt
index 40ab4ab3d..19172aa1f 100644
--- a/tests/auto/animation/qkeyframeanimation/CMakeLists.txt
+++ b/tests/auto/animation/qkeyframeanimation/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(tst_qkeyframeanimation
SOURCES
tst_qkeyframeanimation.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DCore
Qt::3DCorePrivate
diff --git a/tests/auto/animation/qlerpclipblend/CMakeLists.txt b/tests/auto/animation/qlerpclipblend/CMakeLists.txt
index acf0051d9..d0b59d11e 100644
--- a/tests/auto/animation/qlerpclipblend/CMakeLists.txt
+++ b/tests/auto/animation/qlerpclipblend/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qlerpclipblend
tst_qlerpclipblend.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/qmorphinganimation/CMakeLists.txt b/tests/auto/animation/qmorphinganimation/CMakeLists.txt
index c77710c84..b7d28ae87 100644
--- a/tests/auto/animation/qmorphinganimation/CMakeLists.txt
+++ b/tests/auto/animation/qmorphinganimation/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(tst_qmorphinganimation
SOURCES
tst_qmorphinganimation.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DCore
Qt::3DCorePrivate
diff --git a/tests/auto/animation/qmorphtarget/CMakeLists.txt b/tests/auto/animation/qmorphtarget/CMakeLists.txt
index 175ce1f21..b2d0aea87 100644
--- a/tests/auto/animation/qmorphtarget/CMakeLists.txt
+++ b/tests/auto/animation/qmorphtarget/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(tst_qmorphtarget
SOURCES
tst_qmorphtarget.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DCore
Qt::3DCorePrivate
diff --git a/tests/auto/animation/qskeletonmapping/CMakeLists.txt b/tests/auto/animation/qskeletonmapping/CMakeLists.txt
index 3a678096c..bd5501281 100644
--- a/tests/auto/animation/qskeletonmapping/CMakeLists.txt
+++ b/tests/auto/animation/qskeletonmapping/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_qskeletonmapping
tst_qskeletonmapping.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore
diff --git a/tests/auto/animation/qvertexblendanimation/CMakeLists.txt b/tests/auto/animation/qvertexblendanimation/CMakeLists.txt
index 3e6f9d4f0..43de8b590 100644
--- a/tests/auto/animation/qvertexblendanimation/CMakeLists.txt
+++ b/tests/auto/animation/qvertexblendanimation/CMakeLists.txt
@@ -10,7 +10,7 @@
qt_internal_add_test(tst_qvertexblendanimation
SOURCES
tst_qvertexblendanimation.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DCore
Qt::3DCorePrivate
diff --git a/tests/auto/animation/skeleton/CMakeLists.txt b/tests/auto/animation/skeleton/CMakeLists.txt
index 9b2a733af..879e46b0a 100644
--- a/tests/auto/animation/skeleton/CMakeLists.txt
+++ b/tests/auto/animation/skeleton/CMakeLists.txt
@@ -12,7 +12,7 @@ qt_internal_add_test(tst_skeleton_anim
tst_skeleton.cpp
INCLUDE_DIRECTORIES
../../core/common
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::3DAnimation
Qt::3DAnimationPrivate
Qt::3DCore