From 48c56a992e87bcdcb289da35d89223d418c1d2fe Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Thu, 31 Oct 2019 15:35:23 +0100 Subject: [PATCH] cmake: re-generate auto/gui/kernel/qguieventloop The target naming has been fixed, it used to be taken from the include, but now that we added the real tst_qeventloop we have a name clash. All that's needed to fix the situation is regeneration of this cmake list. Change-Id: Id336906f30494dfa92cf5e2812f8b1a8771a992f Reviewed-by: Qt CMake Build Bot Reviewed-by: Alexandru Croitor --- tests/auto/gui/kernel/qguieventloop/CMakeLists.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/tests/auto/gui/kernel/qguieventloop/CMakeLists.txt b/tests/auto/gui/kernel/qguieventloop/CMakeLists.txt index 7dc44b2a79..f7f83420ca 100644 --- a/tests/auto/gui/kernel/qguieventloop/CMakeLists.txt +++ b/tests/auto/gui/kernel/qguieventloop/CMakeLists.txt @@ -1,27 +1,26 @@ # Generated from qguieventloop.pro. ##################################################################### -## tst_qeventloop Test: +## tst_qguieventloop Test: ##################################################################### -add_qt_test(tst_qeventloop +add_qt_test(tst_qguieventloop + GUI SOURCES ../../../corelib/kernel/qeventloop/tst_qeventloop.cpp - LIBRARIES - Qt::CorePrivate PUBLIC_LIBRARIES - Qt::Network + Qt::Gui ) ## Scopes: ##################################################################### -extend_target(tst_qeventloop CONDITION WIN32 AND NOT WINRT +extend_target(tst_qguieventloop CONDITION WIN32 AND NOT WINRT PUBLIC_LIBRARIES user32 ) -extend_target(tst_qeventloop CONDITION QT_FEATURE_glib +extend_target(tst_qguieventloop CONDITION QT_FEATURE_glib DEFINES HAVE_GLIB )