From bc9ad7db6b6a6121919a7c2400f8a11e2a29dda4 Mon Sep 17 00:00:00 2001 From: Axel Spoerl Date: Fri, 14 Jul 2023 13:53:11 +0200 Subject: [PATCH] tst_QXmlStream: Fix CMakeLists.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove non existing path from GLOB_RECURSE statement. Pick-to: 6.6 6.5 6.2 Change-Id: Ie122bd062acf8cc26f2ddead808c101af4da9573 Reviewed-by: Jan Arve Sæther --- tests/auto/corelib/serialization/qxmlstream/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/corelib/serialization/qxmlstream/CMakeLists.txt b/tests/auto/corelib/serialization/qxmlstream/CMakeLists.txt index 1c8116aa435..e37820fec5e 100644 --- a/tests/auto/corelib/serialization/qxmlstream/CMakeLists.txt +++ b/tests/auto/corelib/serialization/qxmlstream/CMakeLists.txt @@ -18,7 +18,7 @@ file(GLOB_RECURSE test_data file(GLOB_RECURSE tokenError RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} - tokenError/* XML-token-error/*) + tokenError/*) qt_internal_add_test(tst_qxmlstream SOURCES