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

This commit is contained in:
sithlord48
2026-02-04 19:55:21 -05:00
committed by Chris Rizzitello
parent 84e1e722c0
commit 5c3e1f182c

View File

@ -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")