From 0d177053b9406e2fb21802d23f2b2cdc0f974377 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 12 Feb 2020 10:24:49 +0100 Subject: Regenerate projects one last time before merge Change-Id: Ia24cf56b79ca6dacd370a7e397024e9b663e0167 Reviewed-by: Liang Qi Reviewed-by: Simon Hausmann --- tests/auto/widgets/kernel/qapplication/test/.prev_CMakeLists.txt | 7 +++---- tests/auto/widgets/kernel/qapplication/test/CMakeLists.txt | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'tests/auto/widgets/kernel/qapplication/test') diff --git a/tests/auto/widgets/kernel/qapplication/test/.prev_CMakeLists.txt b/tests/auto/widgets/kernel/qapplication/test/.prev_CMakeLists.txt index af5138c756..40e612f0de 100644 --- a/tests/auto/widgets/kernel/qapplication/test/.prev_CMakeLists.txt +++ b/tests/auto/widgets/kernel/qapplication/test/.prev_CMakeLists.txt @@ -12,13 +12,12 @@ list(APPEND test_data "../modal") add_qt_test(test SOURCES ../tst_qapplication.cpp - LIBRARIES - Qt::CorePrivate - Qt::GuiPrivate - Qt::WidgetsPrivate PUBLIC_LIBRARIES + Qt::CorePrivate Qt::Gui + Qt::GuiPrivate Qt::Widgets + Qt::WidgetsPrivate TESTDATA ${test_data} ) diff --git a/tests/auto/widgets/kernel/qapplication/test/CMakeLists.txt b/tests/auto/widgets/kernel/qapplication/test/CMakeLists.txt index bc2ef1000f..171ee1b273 100644 --- a/tests/auto/widgets/kernel/qapplication/test/CMakeLists.txt +++ b/tests/auto/widgets/kernel/qapplication/test/CMakeLists.txt @@ -12,13 +12,12 @@ list(APPEND test_data "../modal") add_qt_test(tst_qapplication # special case SOURCES ../tst_qapplication.cpp - LIBRARIES - Qt::CorePrivate - Qt::GuiPrivate - Qt::WidgetsPrivate PUBLIC_LIBRARIES + Qt::CorePrivate Qt::Gui + Qt::GuiPrivate Qt::Widgets + Qt::WidgetsPrivate TESTDATA ${test_data} OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/.." # special case ) -- cgit v1.2.3