From 179baf4b49b02a0dbca9ff7bb571dc26d1e201c0 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 8 Oct 2020 13:56:01 +0200 Subject: Rename test targets conflicting with qtbase ones Task-number: QTBUG-87217 Change-Id: I2c6f2e0af475d03baa74799a61d70c603fd2ce85 Reviewed-by: Alexandru Croitor --- .../animation/qanimationgroup/.prev_CMakeLists.txt | 20 ++++++++++++++++++++ tests/auto/animation/qanimationgroup/CMakeLists.txt | 4 +++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 tests/auto/animation/qanimationgroup/.prev_CMakeLists.txt (limited to 'tests') 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:: +# 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 -- cgit v1.2.3