From 626831db341c525beb39733e56cadf60a390894b Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Fri, 24 May 2024 17:11:26 +0200 Subject: [PATCH] Android: enable QIcon test case The test passes locally, and if individual functions should fail, then skip those. Change-Id: Ib9123bacaff2a83c2bc378b37201fd1d75dfdb45 Reviewed-by: Assam Boudjelthia --- tests/auto/gui/image/CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/auto/gui/image/CMakeLists.txt b/tests/auto/gui/image/CMakeLists.txt index 3535d5f01e4..c7fc6f07d36 100644 --- a/tests/auto/gui/image/CMakeLists.txt +++ b/tests/auto/gui/image/CMakeLists.txt @@ -23,7 +23,4 @@ if(QT_FEATURE_private_tests) add_subdirectory(qpixmapcache) endif() -# QTBUG-87669 -if(NOT ANDROID) - add_subdirectory(qicon) -endif() +add_subdirectory(qicon)