From 0db6b5d6c5ea17b739fe4c6e7502a1a89469f695 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Thu, 9 Mar 2023 12:31:32 +0100 Subject: [PATCH] Rename tst_reconnect to avoid clash with qtremoteobjects Name is too generic, but I'll leave this module's maintainers to work out what to do about that. Left the source file with the old name. Change-Id: I0429f03ef06feeae95c2f72ac76cc75397051d9e Reviewed-by: David Edmundson --- tests/auto/wayland/reconnect/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/auto/wayland/reconnect/CMakeLists.txt b/tests/auto/wayland/reconnect/CMakeLists.txt index 21ce68fd501..aaf8c902d40 100644 --- a/tests/auto/wayland/reconnect/CMakeLists.txt +++ b/tests/auto/wayland/reconnect/CMakeLists.txt @@ -1,11 +1,11 @@ ##################################################################### -## tst_client Test: +## tst_wl_reconnect Test: ##################################################################### -qt_internal_add_test(tst_reconnect +qt_internal_add_test(tst_wl_reconnect SOURCES wl-socket.c tst_reconnect.cpp PUBLIC_LIBRARIES SharedClientTest - ) +)