From db397d11130639abae1b1438b0685db2c75db330 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 7 Jul 2020 18:34:17 +0200 Subject: CMake: Regenerate subdir test projects And generate a few more test projects that were missing. Change-Id: I5df51106549aa5ae09bc3c42360e14b143719547 Reviewed-by: Joerg Bornemann Reviewed-by: Qt CI Bot --- .../corelib/animation/qpropertyanimation/CMakeLists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/auto/corelib/animation/qpropertyanimation/CMakeLists.txt (limited to 'tests/auto/corelib/animation/qpropertyanimation/CMakeLists.txt') diff --git a/tests/auto/corelib/animation/qpropertyanimation/CMakeLists.txt b/tests/auto/corelib/animation/qpropertyanimation/CMakeLists.txt new file mode 100644 index 0000000000..be27578dae --- /dev/null +++ b/tests/auto/corelib/animation/qpropertyanimation/CMakeLists.txt @@ -0,0 +1,14 @@ +# Generated from qpropertyanimation.pro. + +##################################################################### +## tst_qpropertyanimation Test: +##################################################################### + +qt_add_test(tst_qpropertyanimation + SOURCES + tst_qpropertyanimation.cpp + PUBLIC_LIBRARIES + Qt::CorePrivate + Qt::Gui + Qt::Widgets +) -- cgit v1.2.3