From 1d4fa26a706a97c0c76a7de5cf6c98bb345dfbd7 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 12 Feb 2020 12:59:24 +0100 Subject: Regenerate qtdeclarative Change-Id: I48d7fd306f3d1b161a8e73029282ee591b1ef612 Reviewed-by: Leander Beernaert Reviewed-by: Simon Hausmann Reviewed-by: Liang Qi --- tests/auto/qml/animation/qabstractanimationjob/CMakeLists.txt | 4 +--- tests/auto/qml/animation/qanimationgroupjob/CMakeLists.txt | 4 +--- tests/auto/qml/animation/qparallelanimationgroupjob/CMakeLists.txt | 6 ++---- tests/auto/qml/animation/qpauseanimationjob/CMakeLists.txt | 5 +---- .../auto/qml/animation/qsequentialanimationgroupjob/CMakeLists.txt | 4 +--- 5 files changed, 6 insertions(+), 17 deletions(-) (limited to 'tests/auto/qml/animation') diff --git a/tests/auto/qml/animation/qabstractanimationjob/CMakeLists.txt b/tests/auto/qml/animation/qabstractanimationjob/CMakeLists.txt index f6b8b2aa69..638540fab3 100644 --- a/tests/auto/qml/animation/qabstractanimationjob/CMakeLists.txt +++ b/tests/auto/qml/animation/qabstractanimationjob/CMakeLists.txt @@ -7,11 +7,9 @@ qt_add_test(tst_qabstractanimationjob SOURCES tst_qabstractanimationjob.cpp - LIBRARIES + PUBLIC_LIBRARIES Qt::CorePrivate Qt::QmlPrivate - PUBLIC_LIBRARIES - Qt::Qml ) ## Scopes: diff --git a/tests/auto/qml/animation/qanimationgroupjob/CMakeLists.txt b/tests/auto/qml/animation/qanimationgroupjob/CMakeLists.txt index d62512b489..54c1abb691 100644 --- a/tests/auto/qml/animation/qanimationgroupjob/CMakeLists.txt +++ b/tests/auto/qml/animation/qanimationgroupjob/CMakeLists.txt @@ -7,11 +7,9 @@ qt_add_test(tst_qanimationgroupjob SOURCES tst_qanimationgroupjob.cpp - LIBRARIES + PUBLIC_LIBRARIES Qt::CorePrivate Qt::QmlPrivate - PUBLIC_LIBRARIES - Qt::Qml ) ## Scopes: diff --git a/tests/auto/qml/animation/qparallelanimationgroupjob/CMakeLists.txt b/tests/auto/qml/animation/qparallelanimationgroupjob/CMakeLists.txt index 02fa824cd2..ba64d8cf0e 100644 --- a/tests/auto/qml/animation/qparallelanimationgroupjob/CMakeLists.txt +++ b/tests/auto/qml/animation/qparallelanimationgroupjob/CMakeLists.txt @@ -7,13 +7,11 @@ qt_add_test(tst_qparallelanimationgroupjob SOURCES tst_qparallelanimationgroupjob.cpp - LIBRARIES + PUBLIC_LIBRARIES Qt::CorePrivate + Qt::Gui Qt::GuiPrivate Qt::QmlPrivate - PUBLIC_LIBRARIES - Qt::Gui - Qt::Qml ) ## Scopes: diff --git a/tests/auto/qml/animation/qpauseanimationjob/CMakeLists.txt b/tests/auto/qml/animation/qpauseanimationjob/CMakeLists.txt index e337d8aea9..a1d07be77c 100644 --- a/tests/auto/qml/animation/qpauseanimationjob/CMakeLists.txt +++ b/tests/auto/qml/animation/qpauseanimationjob/CMakeLists.txt @@ -7,13 +7,10 @@ qt_add_test(tst_qpauseanimationjob SOURCES tst_qpauseanimationjob.cpp - LIBRARIES + PUBLIC_LIBRARIES Qt::CorePrivate Qt::GuiPrivate Qt::QmlPrivate - PUBLIC_LIBRARIES - Qt::Gui - Qt::Qml ) ## Scopes: diff --git a/tests/auto/qml/animation/qsequentialanimationgroupjob/CMakeLists.txt b/tests/auto/qml/animation/qsequentialanimationgroupjob/CMakeLists.txt index 925f0c618b..b675121510 100644 --- a/tests/auto/qml/animation/qsequentialanimationgroupjob/CMakeLists.txt +++ b/tests/auto/qml/animation/qsequentialanimationgroupjob/CMakeLists.txt @@ -7,11 +7,9 @@ qt_add_test(tst_qsequentialanimationgroupjob SOURCES tst_qsequentialanimationgroupjob.cpp - LIBRARIES + PUBLIC_LIBRARIES Qt::CorePrivate Qt::QmlPrivate - PUBLIC_LIBRARIES - Qt::Qml ) ## Scopes: -- cgit v1.2.3