[solved] Qml and svg assets - multi-platform compability ?
-
Hi,
I'm thinking about switching all my assets for my current project to svg format (instead of png with multiple resolutions for different dpi).
Is there any reported issues I need to know for it to work across a wide range of desktop platforms (win 7/8/10, Linux, Mac OS) ?
I searched about it but couldn't find what I was looking for.
The whole project UI is full Qml 2.0 and we're using Qt 5.4.Thank you,
Alexandre.
-
Hi and welcome to devnet,
Using SVG will pull in the QtSVG module and IIRC that means you also get the QtWidgets module in also.
-
Thanks you for your reply.
So no issues to be reported to use svg format for assets in production ? (beside libs to be include for it to work) -
Not that I know of
-
You're welcome !
If that answers your question, please update the thread title prepending [solved] so other forum members may know a solution has been found :)