We're good on Windows and Mac since we use the qt deploy tool to prepare the dependencies for the installers. It's on Linux where we might need to make libQt5Svg a requirement for installing. There's no similar (official) qt deployment tool on Linux to automatically pull in the necessary dependencies. They need to be configured at build time and/or included as install dependencies in the various repo packages if they're required. I'll do some experimenting.
In the meantime, if someone on Linux complains of no icons, having them install their software management system's equivalent of the qt5-svg package might be a good place to start.
|