From f35dab51d7f222c98717e0d31224a6cdabfe804d Mon Sep 17 00:00:00 2001 From: Tatiana Borisova Date: Thu, 23 Dec 2021 15:12:05 +0200 Subject: Fix tst_qicon_svg, tst_qsvgplugin, tst_qsvgrenderer runtime failures - add resources to binary for INTEGRITY (IGY is static build only) Task-number: QTBUG-99123 Pick-to: 6.2 6.3 Change-Id: If33215406210bb84be3b526bdae9d88ff04170f0 Reviewed-by: Eirik Aavitsland --- tests/auto/qicon_svg/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/qicon_svg/CMakeLists.txt') diff --git a/tests/auto/qicon_svg/CMakeLists.txt b/tests/auto/qicon_svg/CMakeLists.txt index 8c3fb88..e8dff42 100644 --- a/tests/auto/qicon_svg/CMakeLists.txt +++ b/tests/auto/qicon_svg/CMakeLists.txt @@ -29,6 +29,7 @@ set(tst_qicon_svg_resource_files "./icons/rect.svg" "./icons/rect_size_100percent.svg" "./icons/trash.svg" + "./icons/triangle.svg" ) qt_internal_add_resource(tst_qicon_svg "tst_qicon_svg" -- cgit v1.2.1