From 5c3e1f182cf63702b2d3c3ca53797b3ed9f71757 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Wed, 4 Feb 2026 19:55:21 -0500 Subject: [PATCH] build: add qt6-svg-plugins to the debian pacakges recommends, this should in most cases install the package if your system does not have it. fixes: #9426 --- deploy/linux/deploy.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/linux/deploy.cmake b/deploy/linux/deploy.cmake index 1d02f8e34..c599cced2 100644 --- a/deploy/linux/deploy.cmake +++ b/deploy/linux/deploy.cmake @@ -35,6 +35,7 @@ configure_file( set(CPACK_DEBIAN_PACKAGE_SECTION "utils") set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) +set(CPACK_DEBIAN_PACKAGE_RECOMMENDS "qt6-svg-plugins") set(CPACK_RPM_PACKAGE_LICENSE "GPLv2") set(CPACK_RPM_PACKAGE_GROUP "Applications/System")