From 647aca1e7cb555383d2233bdd14f491fdd3f659b Mon Sep 17 00:00:00 2001 From: Mikolaj Boc Date: Tue, 1 Aug 2023 09:40:19 +0200 Subject: [PATCH] Enable qsettings tests on WASM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-115509 Change-Id: Ib33cfdf09c821e99f229ecfd0e7761b17fb4b672 Reviewed-by: Qt CI Bot Reviewed-by: MikoĊ‚aj Boc --- tests/auto/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt index 0aee639c3e..2f511372a4 100644 --- a/tests/auto/CMakeLists.txt +++ b/tests/auto/CMakeLists.txt @@ -57,6 +57,7 @@ if(QT_BUILD_MINIMAL_ANDROID_MULTI_ABI_TESTS) endif() if(WASM) + add_subdirectory(corelib/io/qsettings) add_subdirectory(corelib/serialization) add_subdirectory(corelib/text) add_subdirectory(wasm)