summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/animation')
-rw-r--r--tests/auto/animation/CMakeLists.txt41
-rw-r--r--tests/auto/animation/additiveclipblend/CMakeLists.txt26
-rw-r--r--tests/auto/animation/animationclip/CMakeLists.txt26
-rw-r--r--tests/auto/animation/animationutils/CMakeLists.txt44
-rw-r--r--tests/auto/animation/bezierevaluator/CMakeLists.txt20
-rw-r--r--tests/auto/animation/blendedclipanimator/CMakeLists.txt26
-rw-r--r--tests/auto/animation/blendedclipanimator/tst_blendedclipanimator.cpp1
-rw-r--r--tests/auto/animation/channelmapper/CMakeLists.txt26
-rw-r--r--tests/auto/animation/channelmapping/CMakeLists.txt28
-rw-r--r--tests/auto/animation/clipanimator/CMakeLists.txt31
-rw-r--r--tests/auto/animation/clipblendnode/CMakeLists.txt31
-rw-r--r--tests/auto/animation/clipblendnodemanager/CMakeLists.txt31
-rw-r--r--tests/auto/animation/clipblendnodevisitor/CMakeLists.txt31
-rw-r--r--tests/auto/animation/clipblendvalue/CMakeLists.txt31
-rw-r--r--tests/auto/animation/clock/CMakeLists.txt31
-rw-r--r--tests/auto/animation/fcurve/CMakeLists.txt20
-rw-r--r--tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt44
-rw-r--r--tests/auto/animation/functionrangefinder/CMakeLists.txt20
-rw-r--r--tests/auto/animation/lerpclipblend/CMakeLists.txt31
-rw-r--r--tests/auto/animation/qabstractanimation/CMakeLists.txt21
-rw-r--r--tests/auto/animation/qadditiveclipblend/CMakeLists.txt31
-rw-r--r--tests/auto/animation/qanimationaspect/CMakeLists.txt17
-rw-r--r--tests/auto/animation/qanimationcliploader/CMakeLists.txt31
-rw-r--r--tests/auto/animation/qanimationcontroller/CMakeLists.txt20
-rw-r--r--tests/auto/animation/qanimationgroup/CMakeLists.txt20
-rw-r--r--tests/auto/animation/qblendedclipanimator/CMakeLists.txt31
-rw-r--r--tests/auto/animation/qcallbackmapping/CMakeLists.txt31
-rw-r--r--tests/auto/animation/qchannelmapper/CMakeLists.txt31
-rw-r--r--tests/auto/animation/qchannelmapping/CMakeLists.txt31
-rw-r--r--tests/auto/animation/qclipanimator/CMakeLists.txt31
-rw-r--r--tests/auto/animation/qclipblendvalue/CMakeLists.txt31
-rw-r--r--tests/auto/animation/qclock/CMakeLists.txt31
-rw-r--r--tests/auto/animation/qkeyframeanimation/CMakeLists.txt20
-rw-r--r--tests/auto/animation/qlerpclipblend/CMakeLists.txt31
-rw-r--r--tests/auto/animation/qmorphinganimation/CMakeLists.txt20
-rw-r--r--tests/auto/animation/qmorphtarget/CMakeLists.txt20
-rw-r--r--tests/auto/animation/qskeletonmapping/CMakeLists.txt31
-rw-r--r--tests/auto/animation/qvertexblendanimation/CMakeLists.txt20
-rw-r--r--tests/auto/animation/skeleton/CMakeLists.txt31
39 files changed, 1068 insertions, 1 deletions
diff --git a/tests/auto/animation/CMakeLists.txt b/tests/auto/animation/CMakeLists.txt
new file mode 100644
index 000000000..c258acf3d
--- /dev/null
+++ b/tests/auto/animation/CMakeLists.txt
@@ -0,0 +1,41 @@
+# Generated from animation.pro.
+
+add_subdirectory(qanimationaspect)
+add_subdirectory(qanimationcliploader)
+add_subdirectory(qclipanimator)
+add_subdirectory(qblendedclipanimator)
+add_subdirectory(qchannelmapper)
+add_subdirectory(qclipblendvalue)
+add_subdirectory(qanimationcontroller)
+add_subdirectory(qanimationgroup)
+add_subdirectory(qkeyframeanimation)
+add_subdirectory(qmorphinganimation)
+add_subdirectory(qmorphtarget)
+add_subdirectory(qvertexblendanimation)
+add_subdirectory(qclock)
+add_subdirectory(qskeletonmapping)
+add_subdirectory(qcallbackmapping)
+if(QT_FEATURE_private_tests)
+ add_subdirectory(animationclip)
+ add_subdirectory(fcurve)
+ add_subdirectory(functionrangefinder)
+ add_subdirectory(bezierevaluator)
+ add_subdirectory(clipanimator)
+ add_subdirectory(blendedclipanimator)
+ add_subdirectory(channelmapper)
+ add_subdirectory(channelmapping)
+ add_subdirectory(qlerpclipblend)
+ add_subdirectory(clipblendnodemanager)
+ add_subdirectory(clipblendnode)
+ add_subdirectory(lerpclipblend)
+ add_subdirectory(clipblendnodevisitor)
+ add_subdirectory(qadditiveclipblend)
+ add_subdirectory(additiveclipblend)
+ add_subdirectory(clipblendvalue)
+ add_subdirectory(animationutils)
+ add_subdirectory(qabstractanimation)
+ add_subdirectory(clock)
+ add_subdirectory(skeleton)
+ add_subdirectory(findrunningclipanimatorsjob)
+ add_subdirectory(qchannelmapping)
+endif()
diff --git a/tests/auto/animation/additiveclipblend/CMakeLists.txt b/tests/auto/animation/additiveclipblend/CMakeLists.txt
new file mode 100644
index 000000000..216cffdb3
--- /dev/null
+++ b/tests/auto/animation/additiveclipblend/CMakeLists.txt
@@ -0,0 +1,26 @@
+# Generated from additiveclipblend.pro.
+
+#####################################################################
+## tst_additiveclipblend Test:
+#####################################################################
+
+qt_add_test(tst_additiveclipblend
+ SOURCES
+ tst_additiveclipblend.cpp
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:additiveclipblend.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+include(../../core/common/common.cmake)
+qt3d_setup_common_test(tst_additiveclipblend)
diff --git a/tests/auto/animation/animationclip/CMakeLists.txt b/tests/auto/animation/animationclip/CMakeLists.txt
new file mode 100644
index 000000000..9bdcf0cd5
--- /dev/null
+++ b/tests/auto/animation/animationclip/CMakeLists.txt
@@ -0,0 +1,26 @@
+# Generated from animationclip.pro.
+
+#####################################################################
+## tst_animationclip Test:
+#####################################################################
+
+qt_add_test(tst_animationclip
+ SOURCES
+ tst_animationclip.cpp
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:animationclip.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+include(../../core/common/common.cmake)
+qt3d_setup_common_test(tst_animationclip)
diff --git a/tests/auto/animation/animationutils/CMakeLists.txt b/tests/auto/animation/animationutils/CMakeLists.txt
new file mode 100644
index 000000000..278b90dcf
--- /dev/null
+++ b/tests/auto/animation/animationutils/CMakeLists.txt
@@ -0,0 +1,44 @@
+# Generated from animationutils.pro.
+
+#####################################################################
+## tst_animationutils Test:
+#####################################################################
+
+qt_add_test(tst_animationutils
+ SOURCES
+ tst_animationutils.cpp
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+# Resources:
+set(animationutils_resource_files
+ "clip1.json"
+ "clip2.json"
+ "clip3.json"
+ "clip4.json"
+ "clip5.json"
+ "clip6.json"
+)
+
+qt_add_resource(tst_animationutils "animationutils"
+ PREFIX
+ "/"
+ FILES
+ ${animationutils_resource_files}
+)
+
+
+#### Keys ignored in scope 1:.:.:animationutils.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+include(../../core/common/common.cmake)
+qt3d_setup_common_test(tst_animationutils)
diff --git a/tests/auto/animation/bezierevaluator/CMakeLists.txt b/tests/auto/animation/bezierevaluator/CMakeLists.txt
new file mode 100644
index 000000000..a979cb95d
--- /dev/null
+++ b/tests/auto/animation/bezierevaluator/CMakeLists.txt
@@ -0,0 +1,20 @@
+# Generated from bezierevaluator.pro.
+
+#####################################################################
+## tst_bezierevaluator Test:
+#####################################################################
+
+qt_add_test(tst_bezierevaluator
+ SOURCES
+ tst_bezierevaluator.cpp
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:bezierevaluator.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/auto/animation/blendedclipanimator/CMakeLists.txt b/tests/auto/animation/blendedclipanimator/CMakeLists.txt
new file mode 100644
index 000000000..510cf7ea6
--- /dev/null
+++ b/tests/auto/animation/blendedclipanimator/CMakeLists.txt
@@ -0,0 +1,26 @@
+# Generated from blendedclipanimator.pro.
+
+#####################################################################
+## tst_blendedclipanimator Test:
+#####################################################################
+
+qt_add_test(tst_blendedclipanimator
+ SOURCES
+ tst_blendedclipanimator.cpp
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:blendedclipanimator.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+include(../../core/common/common.cmake)
+qt3d_setup_common_test(tst_blendedclipanimator)
diff --git a/tests/auto/animation/blendedclipanimator/tst_blendedclipanimator.cpp b/tests/auto/animation/blendedclipanimator/tst_blendedclipanimator.cpp
index 6c99579c2..ad42da24d 100644
--- a/tests/auto/animation/blendedclipanimator/tst_blendedclipanimator.cpp
+++ b/tests/auto/animation/blendedclipanimator/tst_blendedclipanimator.cpp
@@ -43,7 +43,6 @@
#include <Qt3DAnimation/qchannelmapper.h>
#include <Qt3DAnimation/private/qblendedclipanimator_p.h>
#include <Qt3DAnimation/private/blendedclipanimator_p.h>
-#include "qbackendnodetester.h"
class tst_BlendedClipAnimator : public Qt3DCore::QBackendNodeTester
{
diff --git a/tests/auto/animation/channelmapper/CMakeLists.txt b/tests/auto/animation/channelmapper/CMakeLists.txt
new file mode 100644
index 000000000..fb37a7bab
--- /dev/null
+++ b/tests/auto/animation/channelmapper/CMakeLists.txt
@@ -0,0 +1,26 @@
+# Generated from channelmapper.pro.
+
+#####################################################################
+## tst_channelmapper Test:
+#####################################################################
+
+qt_add_test(tst_channelmapper
+ SOURCES
+ tst_channelmapper.cpp
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:channelmapper.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+include(../../core/common/common.cmake)
+qt3d_setup_common_test(tst_channelmapper)
diff --git a/tests/auto/animation/channelmapping/CMakeLists.txt b/tests/auto/animation/channelmapping/CMakeLists.txt
new file mode 100644
index 000000000..06675af06
--- /dev/null
+++ b/tests/auto/animation/channelmapping/CMakeLists.txt
@@ -0,0 +1,28 @@
+# Generated from channelmapping.pro.
+
+#####################################################################
+## tst_channelmapping Test:
+#####################################################################
+
+qt_add_test(tst_channelmapping
+ SOURCES
+ tst_channelmapping.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:channelmapping.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+include(../../core/common/common.cmake)
+qt3d_setup_common_test(tst_channelmapping)
diff --git a/tests/auto/animation/clipanimator/CMakeLists.txt b/tests/auto/animation/clipanimator/CMakeLists.txt
new file mode 100644
index 000000000..4c7d9c2c8
--- /dev/null
+++ b/tests/auto/animation/clipanimator/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from clipanimator.pro.
+
+#####################################################################
+## tst_clipanimator Test:
+#####################################################################
+
+qt_add_test(tst_clipanimator
+ SOURCES
+ tst_clipanimator.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:clipanimator.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_clipanimator CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/clipblendnode/CMakeLists.txt b/tests/auto/animation/clipblendnode/CMakeLists.txt
new file mode 100644
index 000000000..394a6e484
--- /dev/null
+++ b/tests/auto/animation/clipblendnode/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from clipblendnode.pro.
+
+#####################################################################
+## tst_clipblendnode Test:
+#####################################################################
+
+qt_add_test(tst_clipblendnode
+ SOURCES
+ tst_clipblendnode.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:clipblendnode.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_clipblendnode CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/clipblendnodemanager/CMakeLists.txt b/tests/auto/animation/clipblendnodemanager/CMakeLists.txt
new file mode 100644
index 000000000..0647e66ff
--- /dev/null
+++ b/tests/auto/animation/clipblendnodemanager/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from clipblendnodemanager.pro.
+
+#####################################################################
+## tst_clipblendnodemanager Test:
+#####################################################################
+
+qt_add_test(tst_clipblendnodemanager
+ SOURCES
+ tst_clipblendnodemanager.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:clipblendnodemanager.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_clipblendnodemanager CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/clipblendnodevisitor/CMakeLists.txt b/tests/auto/animation/clipblendnodevisitor/CMakeLists.txt
new file mode 100644
index 000000000..8c8d73c48
--- /dev/null
+++ b/tests/auto/animation/clipblendnodevisitor/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from clipblendnodevisitor.pro.
+
+#####################################################################
+## tst_clipblendnodevisitor Test:
+#####################################################################
+
+qt_add_test(tst_clipblendnodevisitor
+ SOURCES
+ tst_clipblendnodevisitor.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:clipblendnodevisitor.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_clipblendnodevisitor CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/clipblendvalue/CMakeLists.txt b/tests/auto/animation/clipblendvalue/CMakeLists.txt
new file mode 100644
index 000000000..99f6afd34
--- /dev/null
+++ b/tests/auto/animation/clipblendvalue/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from clipblendvalue.pro.
+
+#####################################################################
+## tst_clipblendvalue Test:
+#####################################################################
+
+qt_add_test(tst_clipblendvalue
+ SOURCES
+ tst_clipblendvalue.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:clipblendvalue.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_clipblendvalue CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/clock/CMakeLists.txt b/tests/auto/animation/clock/CMakeLists.txt
new file mode 100644
index 000000000..ca457c32e
--- /dev/null
+++ b/tests/auto/animation/clock/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from clock.pro.
+
+#####################################################################
+## tst_clock Test:
+#####################################################################
+
+qt_add_test(tst_clock
+ SOURCES
+ tst_clock.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:clock.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_clock CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/fcurve/CMakeLists.txt b/tests/auto/animation/fcurve/CMakeLists.txt
new file mode 100644
index 000000000..2c33937d1
--- /dev/null
+++ b/tests/auto/animation/fcurve/CMakeLists.txt
@@ -0,0 +1,20 @@
+# Generated from fcurve.pro.
+
+#####################################################################
+## tst_fcurve Test:
+#####################################################################
+
+qt_add_test(tst_fcurve
+ SOURCES
+ tst_fcurve.cpp
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:fcurve.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt b/tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt
new file mode 100644
index 000000000..eeaafae0e
--- /dev/null
+++ b/tests/auto/animation/findrunningclipanimatorsjob/CMakeLists.txt
@@ -0,0 +1,44 @@
+# Generated from findrunningclipanimatorsjob.pro.
+
+#####################################################################
+## tst_findrunningclipanimatorsjob Test:
+#####################################################################
+
+qt_add_test(tst_findrunningclipanimatorsjob
+ SOURCES
+ tst_findrunningclipanimatorsjob.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+# Resources:
+set(findrunningclipanimatorsjob_resource_files
+ "clip1.json"
+)
+
+qt_add_resource(tst_findrunningclipanimatorsjob "findrunningclipanimatorsjob"
+ PREFIX
+ "/"
+ FILES
+ ${findrunningclipanimatorsjob_resource_files}
+)
+
+
+#### Keys ignored in scope 1:.:.:findrunningclipanimatorsjob.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_findrunningclipanimatorsjob CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/functionrangefinder/CMakeLists.txt b/tests/auto/animation/functionrangefinder/CMakeLists.txt
new file mode 100644
index 000000000..9e035f0df
--- /dev/null
+++ b/tests/auto/animation/functionrangefinder/CMakeLists.txt
@@ -0,0 +1,20 @@
+# Generated from functionrangefinder.pro.
+
+#####################################################################
+## tst_sandwichfinder Test:
+#####################################################################
+
+qt_add_test(tst_sandwichfinder
+ SOURCES
+ tst_functionrangefinder.cpp
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:functionrangefinder.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/auto/animation/lerpclipblend/CMakeLists.txt b/tests/auto/animation/lerpclipblend/CMakeLists.txt
new file mode 100644
index 000000000..430bcd202
--- /dev/null
+++ b/tests/auto/animation/lerpclipblend/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from lerpclipblend.pro.
+
+#####################################################################
+## tst_lerpclipblend Test:
+#####################################################################
+
+qt_add_test(tst_lerpclipblend
+ SOURCES
+ tst_lerpclipblend.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:lerpclipblend.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_lerpclipblend CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/qabstractanimation/CMakeLists.txt b/tests/auto/animation/qabstractanimation/CMakeLists.txt
new file mode 100644
index 000000000..7e6a4b847
--- /dev/null
+++ b/tests/auto/animation/qabstractanimation/CMakeLists.txt
@@ -0,0 +1,21 @@
+# Generated from qabstractanimation.pro.
+
+#####################################################################
+## tst_qabstractanimation Test:
+#####################################################################
+
+qt_add_test(tst_qabstractanimation
+ SOURCES
+ tst_qabstractanimation.cpp
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::3DRender
+ Qt::3DRenderPrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qabstractanimation.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/auto/animation/qadditiveclipblend/CMakeLists.txt b/tests/auto/animation/qadditiveclipblend/CMakeLists.txt
new file mode 100644
index 000000000..1d220c566
--- /dev/null
+++ b/tests/auto/animation/qadditiveclipblend/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from qadditiveclipblend.pro.
+
+#####################################################################
+## tst_qadditiveclipblend Test:
+#####################################################################
+
+qt_add_test(tst_qadditiveclipblend
+ SOURCES
+ tst_qadditiveclipblend.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qadditiveclipblend.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_qadditiveclipblend CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/qanimationaspect/CMakeLists.txt b/tests/auto/animation/qanimationaspect/CMakeLists.txt
new file mode 100644
index 000000000..0376d9c74
--- /dev/null
+++ b/tests/auto/animation/qanimationaspect/CMakeLists.txt
@@ -0,0 +1,17 @@
+# Generated from qanimationaspect.pro.
+
+#####################################################################
+## tst_qanimationaspect Test:
+#####################################################################
+
+qt_add_test(tst_qanimationaspect
+ SOURCES
+ tst_qanimationaspect.cpp
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qanimationaspect.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/auto/animation/qanimationcliploader/CMakeLists.txt b/tests/auto/animation/qanimationcliploader/CMakeLists.txt
new file mode 100644
index 000000000..72e179601
--- /dev/null
+++ b/tests/auto/animation/qanimationcliploader/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from qanimationcliploader.pro.
+
+#####################################################################
+## tst_qanimationclip Test:
+#####################################################################
+
+qt_add_test(tst_qanimationclip
+ SOURCES
+ tst_qanimationcliploader.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ 3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qanimationcliploader.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_qanimationclip CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/qanimationcontroller/CMakeLists.txt b/tests/auto/animation/qanimationcontroller/CMakeLists.txt
new file mode 100644
index 000000000..9d22b4b07
--- /dev/null
+++ b/tests/auto/animation/qanimationcontroller/CMakeLists.txt
@@ -0,0 +1,20 @@
+# Generated from qanimationcontroller.pro.
+
+#####################################################################
+## tst_qanimationcontroller Test:
+#####################################################################
+
+qt_add_test(tst_qanimationcontroller
+ SOURCES
+ tst_qanimationcontroller.cpp
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::3DRender
+ Qt::3DRenderPrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qanimationcontroller.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/auto/animation/qanimationgroup/CMakeLists.txt b/tests/auto/animation/qanimationgroup/CMakeLists.txt
new file mode 100644
index 000000000..04a289b3d
--- /dev/null
+++ b/tests/auto/animation/qanimationgroup/CMakeLists.txt
@@ -0,0 +1,20 @@
+# Generated from qanimationgroup.pro.
+
+#####################################################################
+## tst_qanimationgroup Test:
+#####################################################################
+
+qt_add_test(tst_qanimationgroup
+ SOURCES
+ tst_qanimationgroup.cpp
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::3DRender
+ Qt::3DRenderPrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qanimationgroup.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/auto/animation/qblendedclipanimator/CMakeLists.txt b/tests/auto/animation/qblendedclipanimator/CMakeLists.txt
new file mode 100644
index 000000000..c64f09d7e
--- /dev/null
+++ b/tests/auto/animation/qblendedclipanimator/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from qblendedclipanimator.pro.
+
+#####################################################################
+## tst_qblendedclipanimator Test:
+#####################################################################
+
+qt_add_test(tst_qblendedclipanimator
+ SOURCES
+ tst_qblendedclipanimator.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ 3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qblendedclipanimator.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_qblendedclipanimator CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/qcallbackmapping/CMakeLists.txt b/tests/auto/animation/qcallbackmapping/CMakeLists.txt
new file mode 100644
index 000000000..2b43dcdda
--- /dev/null
+++ b/tests/auto/animation/qcallbackmapping/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from qcallbackmapping.pro.
+
+#####################################################################
+## tst_qcallbackmapping Test:
+#####################################################################
+
+qt_add_test(tst_qcallbackmapping
+ SOURCES
+ tst_qcallbackmapping.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ 3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qcallbackmapping.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_qcallbackmapping CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/qchannelmapper/CMakeLists.txt b/tests/auto/animation/qchannelmapper/CMakeLists.txt
new file mode 100644
index 000000000..c4b430d48
--- /dev/null
+++ b/tests/auto/animation/qchannelmapper/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from qchannelmapper.pro.
+
+#####################################################################
+## tst_qchannelmapper Test:
+#####################################################################
+
+qt_add_test(tst_qchannelmapper
+ SOURCES
+ tst_qchannelmapper.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ 3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qchannelmapper.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_qchannelmapper CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/qchannelmapping/CMakeLists.txt b/tests/auto/animation/qchannelmapping/CMakeLists.txt
new file mode 100644
index 000000000..cb0293056
--- /dev/null
+++ b/tests/auto/animation/qchannelmapping/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from qchannelmapping.pro.
+
+#####################################################################
+## tst_qchannelmapping Test:
+#####################################################################
+
+qt_add_test(tst_qchannelmapping
+ SOURCES
+ tst_qchannelmapping.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qchannelmapping.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_qchannelmapping CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/qclipanimator/CMakeLists.txt b/tests/auto/animation/qclipanimator/CMakeLists.txt
new file mode 100644
index 000000000..1bc3bed21
--- /dev/null
+++ b/tests/auto/animation/qclipanimator/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from qclipanimator.pro.
+
+#####################################################################
+## tst_qclipanimator Test:
+#####################################################################
+
+qt_add_test(tst_qclipanimator
+ SOURCES
+ tst_qclipanimator.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ 3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qclipanimator.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_qclipanimator CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/qclipblendvalue/CMakeLists.txt b/tests/auto/animation/qclipblendvalue/CMakeLists.txt
new file mode 100644
index 000000000..060f49d3c
--- /dev/null
+++ b/tests/auto/animation/qclipblendvalue/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from qclipblendvalue.pro.
+
+#####################################################################
+## tst_qclipblendvalue Test:
+#####################################################################
+
+qt_add_test(tst_qclipblendvalue
+ SOURCES
+ tst_qclipblendvalue.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ 3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qclipblendvalue.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_qclipblendvalue CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/qclock/CMakeLists.txt b/tests/auto/animation/qclock/CMakeLists.txt
new file mode 100644
index 000000000..d0792e577
--- /dev/null
+++ b/tests/auto/animation/qclock/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from qclock.pro.
+
+#####################################################################
+## tst_qclock Test:
+#####################################################################
+
+qt_add_test(tst_qclock
+ SOURCES
+ tst_qclock.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ 3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qclock.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_qclock CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/qkeyframeanimation/CMakeLists.txt b/tests/auto/animation/qkeyframeanimation/CMakeLists.txt
new file mode 100644
index 000000000..2037c8c99
--- /dev/null
+++ b/tests/auto/animation/qkeyframeanimation/CMakeLists.txt
@@ -0,0 +1,20 @@
+# Generated from qkeyframeanimation.pro.
+
+#####################################################################
+## tst_qkeyframeanimation Test:
+#####################################################################
+
+qt_add_test(tst_qkeyframeanimation
+ SOURCES
+ tst_qkeyframeanimation.cpp
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::3DRender
+ Qt::3DRenderPrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qkeyframeanimation.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/auto/animation/qlerpclipblend/CMakeLists.txt b/tests/auto/animation/qlerpclipblend/CMakeLists.txt
new file mode 100644
index 000000000..1fc5a0585
--- /dev/null
+++ b/tests/auto/animation/qlerpclipblend/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from qlerpclipblend.pro.
+
+#####################################################################
+## tst_qlerpclipblend Test:
+#####################################################################
+
+qt_add_test(tst_qlerpclipblend
+ SOURCES
+ tst_qlerpclipblend.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qlerpclipblend.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_qlerpclipblend CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/qmorphinganimation/CMakeLists.txt b/tests/auto/animation/qmorphinganimation/CMakeLists.txt
new file mode 100644
index 000000000..32078c8b9
--- /dev/null
+++ b/tests/auto/animation/qmorphinganimation/CMakeLists.txt
@@ -0,0 +1,20 @@
+# Generated from qmorphinganimation.pro.
+
+#####################################################################
+## tst_qmorphinganimation Test:
+#####################################################################
+
+qt_add_test(tst_qmorphinganimation
+ SOURCES
+ tst_qmorphinganimation.cpp
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::3DRender
+ Qt::3DRenderPrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qmorphinganimation.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/auto/animation/qmorphtarget/CMakeLists.txt b/tests/auto/animation/qmorphtarget/CMakeLists.txt
new file mode 100644
index 000000000..dc8c452f2
--- /dev/null
+++ b/tests/auto/animation/qmorphtarget/CMakeLists.txt
@@ -0,0 +1,20 @@
+# Generated from qmorphtarget.pro.
+
+#####################################################################
+## tst_qmorphtarget Test:
+#####################################################################
+
+qt_add_test(tst_qmorphtarget
+ SOURCES
+ tst_qmorphtarget.cpp
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::3DRender
+ Qt::3DRenderPrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qmorphtarget.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/auto/animation/qskeletonmapping/CMakeLists.txt b/tests/auto/animation/qskeletonmapping/CMakeLists.txt
new file mode 100644
index 000000000..23687dfdd
--- /dev/null
+++ b/tests/auto/animation/qskeletonmapping/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from qskeletonmapping.pro.
+
+#####################################################################
+## tst_qskeletonmapping Test:
+#####################################################################
+
+qt_add_test(tst_qskeletonmapping
+ SOURCES
+ tst_qskeletonmapping.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ 3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qskeletonmapping.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_qskeletonmapping CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)
diff --git a/tests/auto/animation/qvertexblendanimation/CMakeLists.txt b/tests/auto/animation/qvertexblendanimation/CMakeLists.txt
new file mode 100644
index 000000000..03fd65987
--- /dev/null
+++ b/tests/auto/animation/qvertexblendanimation/CMakeLists.txt
@@ -0,0 +1,20 @@
+# Generated from qvertexblendanimation.pro.
+
+#####################################################################
+## tst_qvertexblendanimation Test:
+#####################################################################
+
+qt_add_test(tst_qvertexblendanimation
+ SOURCES
+ tst_qvertexblendanimation.cpp
+ PUBLIC_LIBRARIES
+ 3DAnimation
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::3DRender
+ Qt::3DRenderPrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qvertexblendanimation.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/auto/animation/skeleton/CMakeLists.txt b/tests/auto/animation/skeleton/CMakeLists.txt
new file mode 100644
index 000000000..29c7ab7e3
--- /dev/null
+++ b/tests/auto/animation/skeleton/CMakeLists.txt
@@ -0,0 +1,31 @@
+# Generated from skeleton.pro.
+
+#####################################################################
+## tst_skeleton Test:
+#####################################################################
+
+qt_add_test(tst_skeleton
+ SOURCES
+ tst_skeleton.cpp
+ INCLUDE_DIRECTORIES
+ ../../core/common
+ PUBLIC_LIBRARIES
+ Qt::3DAnimation
+ Qt::3DAnimationPrivate
+ Qt::3DCore
+ Qt::3DCorePrivate
+ Qt::CorePrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:skeleton.pro:<TRUE>:
+# TEMPLATE = "app"
+
+## Scopes:
+#####################################################################
+
+qt_extend_target(tst_skeleton CONDITION QT_FEATURE_private_tests
+ SOURCES
+ ../../core/common/qbackendnodetester.cpp ../../core/common/qbackendnodetester.h
+ ../../core/common/testarbiter.h
+)