<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[why Qt4android can not show  images has format SVG??]]></title><description><![CDATA[<p dir="auto">hi,i created my app for android,<br />
when i uses<strong>jpg image</strong> it is showed <strong>in mingw mode and android mode correctly</strong>.</p>
<p dir="auto">when i uses <strong>SVG</strong> image it is <strong>not</strong> showed in <strong>mode android</strong> but it is showed <strong>correctly</strong> in <strong>mingw</strong> mode!!!<br />
i mention that my app android uses <strong>QML</strong> and <strong>js</strong> language<br />
i even test</p>
<pre><code>QT += svg
</code></pre>
<p dir="auto">it is same before.how we can show SVG format  images in android!!!!!!!<br />
see image my app4android it is not show SVG!!<br />
<img src="http://www.mediafire.com/convkey/477d/ixpx285j7evz0t0zg.jpg" alt="image Qt show svg errors4android" class=" img-fluid img-markdown" /><br />
please guide me</p>
]]></description><link>https://forum.qt.io/topic/65670/why-qt4android-can-not-show-images-has-format-svg</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 11:24:07 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/65670.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 01 Apr 2016 20:03:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to why Qt4android can not show  images has format SVG?? on Wed, 15 Jun 2016 19:41:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a>  <a class="plugin-mentions-user plugin-mentions-a" href="/user/vlada">@<bdi>vlada</bdi></a><br />
thanks<br />
finally i built for apk android it works.....<br />
it's image<br />
<img src="http://www.mediafire.com/convkey/dc37/v7y0bu7m1zx8ddqzg.jpg" alt="image test svg for android " class=" img-fluid img-markdown" /><br />
goodluck</p>
]]></description><link>https://forum.qt.io/post/333190</link><guid isPermaLink="true">https://forum.qt.io/post/333190</guid><dc:creator><![CDATA[stackprogramer]]></dc:creator><pubDate>Wed, 15 Jun 2016 19:41:14 GMT</pubDate></item><item><title><![CDATA[Reply to why Qt4android can not show  images has format SVG?? on Thu, 07 Apr 2016 10:29:54 GMT]]></title><description><![CDATA[<p dir="auto">Usually when you change the list of modules used by your application, it's a good idea to re-run qmake before building.</p>
]]></description><link>https://forum.qt.io/post/321276</link><guid isPermaLink="true">https://forum.qt.io/post/321276</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 07 Apr 2016 10:29:54 GMT</pubDate></item><item><title><![CDATA[Reply to why Qt4android can not show  images has format SVG?? on Thu, 07 Apr 2016 08:20:50 GMT]]></title><description><![CDATA[<p dir="auto">Try to delete the deployment folder. When I first compiled my Android application, SVG pictures were missing. So i added the</p>
<pre><code>QT += svg
</code></pre>
<p dir="auto">but it didn't help. But when I deleted the deployment folder and compiled my program again, it started to work. There probably remains something in this directory which is not correctly overwritten.</p>
]]></description><link>https://forum.qt.io/post/321254</link><guid isPermaLink="true">https://forum.qt.io/post/321254</guid><dc:creator><![CDATA[vlada]]></dc:creator><pubDate>Thu, 07 Apr 2016 08:20:50 GMT</pubDate></item><item><title><![CDATA[Reply to why Qt4android can not show  images has format SVG?? on Wed, 06 Apr 2016 20:55:15 GMT]]></title><description><![CDATA[<p dir="auto">The language used is not the question, it's providing the dependencies.</p>
<p dir="auto">All the items you use in QML are backed up by C++ code.</p>
]]></description><link>https://forum.qt.io/post/321175</link><guid isPermaLink="true">https://forum.qt.io/post/321175</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 06 Apr 2016 20:55:15 GMT</pubDate></item><item><title><![CDATA[Reply to why Qt4android can not show  images has format SVG?? on Wed, 06 Apr 2016 19:20:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a><br />
sorry fo my delay.<br />
i uses Qml in my app.i didn't use c++. which module should i used in Qt?<br />
in only add</p>
<pre><code> QT+=svg
</code></pre>
<p dir="auto">i <strong>don't want use c++</strong>.i want to use <strong>qml and js</strong>only.<br />
thanks</p>
]]></description><link>https://forum.qt.io/post/321158</link><guid isPermaLink="true">https://forum.qt.io/post/321158</guid><dc:creator><![CDATA[stackprogramer]]></dc:creator><pubDate>Wed, 06 Apr 2016 19:20:28 GMT</pubDate></item><item><title><![CDATA[Reply to why Qt4android can not show  images has format SVG?? on Fri, 01 Apr 2016 22:53:34 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Did you check that the SVG module and plugin are properly deployed ?</p>
]]></description><link>https://forum.qt.io/post/320509</link><guid isPermaLink="true">https://forum.qt.io/post/320509</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 01 Apr 2016 22:53:34 GMT</pubDate></item></channel></rss>