Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am writing a QML application targetting embedded Linux. Some of my image elements use .SVG files. When I run the application on the device it says the format is unsupported.
Windows works fine with .SVG files as an Image source.
Are .SVG files truly unsupported in QtEmbedded?
Here on our embedded linux it works as exepcted. I don't use QML but I think this should work, too.
It seems I did had -no-svg in my build options. I replaced it with -svg and that should work. I'll know in an hour. Thanks.