From af72e13636eab0d294980f710a2320ed28b078ef Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 12 Nov 2019 17:51:02 +0100 Subject: Regenerate tests/auto/widgets/graphicsview Change-Id: I2e6a8f2f92e9cb8d6bb0be53068dfd43ba87db4c Reviewed-by: Simon Hausmann --- .../qgraphicssceneindex/CMakeLists.txt | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'tests/auto/widgets/graphicsview/qgraphicssceneindex/CMakeLists.txt') diff --git a/tests/auto/widgets/graphicsview/qgraphicssceneindex/CMakeLists.txt b/tests/auto/widgets/graphicsview/qgraphicssceneindex/CMakeLists.txt index 127e4d1d2f..b8a5fcd905 100644 --- a/tests/auto/widgets/graphicsview/qgraphicssceneindex/CMakeLists.txt +++ b/tests/auto/widgets/graphicsview/qgraphicssceneindex/CMakeLists.txt @@ -1,6 +1,24 @@ -add_qt_test("tst_qgraphicssceneindex" SOURCES tst_qgraphicssceneindex.cpp +# Generated from qgraphicssceneindex.pro. + +if(NOT QT_FEATURE_private_tests) + return() +endif() + +##################################################################### +## tst_qgraphicssceneindex Test: +##################################################################### + +add_qt_test(tst_qgraphicssceneindex + SOURCES + tst_qgraphicssceneindex.cpp LIBRARIES - Qt::WidgetsPrivate Qt::CorePrivate Qt::GuiPrivate + Qt::WidgetsPrivate + PUBLIC_LIBRARIES + Qt::Gui + Qt::Widgets ) + +#### Keys ignored in scope 1:.:.:qgraphicssceneindex.pro:: +# _REQUIREMENTS = "qtConfig(private_tests)" -- cgit v1.2.3