summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/animation/qanimationgroup/.prev_CMakeLists.txt20
-rw-r--r--tests/auto/animation/qanimationgroup/CMakeLists.txt4
2 files changed, 23 insertions, 1 deletions
diff --git a/tests/auto/animation/qanimationgroup/.prev_CMakeLists.txt b/tests/auto/animation/qanimationgroup/.prev_CMakeLists.txt
new file mode 100644
index 000000000..a788cbb84
--- /dev/null
+++ b/tests/auto/animation/qanimationgroup/.prev_CMakeLists.txt
@@ -0,0 +1,20 @@
+# Generated from qanimationgroup.pro.
+
+#####################################################################
+## tst_qanimationgroup Test:
+#####################################################################
+
+qt_internal_add_test(tst_qanimationgroup
+ SOURCES
+ tst_qanimationgroup.cpp
+ PUBLIC_LIBRARIES
+ 3danimation
+ 3dcore
+ 3dcorePrivate
+ 3drender
+ 3drenderPrivate
+ Qt::Gui
+)
+
+#### Keys ignored in scope 1:.:.:qanimationgroup.pro:<TRUE>:
+# TEMPLATE = "app"
diff --git a/tests/auto/animation/qanimationgroup/CMakeLists.txt b/tests/auto/animation/qanimationgroup/CMakeLists.txt
index 217e35787..81e42fd37 100644
--- a/tests/auto/animation/qanimationgroup/CMakeLists.txt
+++ b/tests/auto/animation/qanimationgroup/CMakeLists.txt
@@ -4,7 +4,9 @@
## tst_qanimationgroup Test:
#####################################################################
-qt_internal_add_test(tst_qanimationgroup
+# special case begin
+qt_internal_add_test(tst_qt3d_qanimationgroup
+# special case end
SOURCES
tst_qanimationgroup.cpp
PUBLIC_LIBRARIES