summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-10-08 13:56:01 +0200
committerKai Koehne <kai.koehne@qt.io>2020-10-08 14:42:47 +0200
commit179baf4b49b02a0dbca9ff7bb571dc26d1e201c0 (patch)
tree136950f66149f330c0d5d3fe64075ffd33f085f4 /tests
parent48f3f9cc59e5fa6e410cb5424429cac2b37e09da (diff)
Rename test targets conflicting with qtbase ones
Task-number: QTBUG-87217 Change-Id: I2c6f2e0af475d03baa74799a61d70c603fd2ce85 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests')
-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