QtSvg
Universal version latest seen at v5.12 · Reported by 92 Macs in the community.
Sighting data is community-sourced — version availability and pricing should be verified with the developer.
QtSvg is a framework component of the Qt application development framework from the Qt Project. It provides scalable vector graphics (SVG) support to Qt-based applications on macOS, enabling developers to render and manipulate SVG images as part of their desktop software. QtSvg is not a standalone application — it is a shared library that developers link into their own Qt applications to add SVG functionality. Like other Qt modules and frameworks, it is distributed as part of the Qt SDK installer and is updated alongside the rest of the Qt framework. A native Apple Silicon build has been confirmed running on Macs in the Rosetta Check community.
AI Recommendation
1 suggestionQtSvg is a framework shipped as part of the Qt SDK, not a standalone product. If you are a Qt developer with an Intel-only copy of the Qt SDK (or a specific Qt installation), native Apple Silicon builds of QtSvg and the entire Qt framework have been available for several years. The native build is included in all current Qt downloads from qt.io and is also available through package managers like Homebrew (brew install qt) or MacPorts. If you originally installed Qt from the official installer at qt.io, download the latest version from your Qt account dashboard — the installer will automatically detect your M-series Mac and serve the Universal Binary (arm64 + Intel) build. If you installed Qt via Homebrew, run brew upgrade qt to get the native build. For developers using Qt in their own projects, ensure your build system (qmake, CMake) is configured to target arm64 architecture when you compile — the framework itself is already native, but your application code must be built for the same architecture to avoid mixing incompatible binaries. The QtSvg framework, like all Qt modules, must match the architecture of the application that uses it.
Recommended reading
How to find every Intel plug-in, driver and extension on your Mac