<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Qt application with DFU</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/29955/qt-application-with-dfu</link><description>Did someone try to make QT application that supports DFU for BLE devices? Can it be done using nordic DFU android/ios libraries (to include them somehow in QT project)?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Aug 2018 06:02:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/29955/qt-application-with-dfu" /><item><title>RE: Qt application with DFU</title><link>https://devzone.nordicsemi.com/thread/146026?ContentTypeID=1</link><pubDate>Tue, 28 Aug 2018 06:02:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11e140ef-b406-4ffc-bcd4-386e0211258b</guid><dc:creator>laran</dc:creator><description>&lt;p&gt;I am also interested in doing this, did you manage to make it work?&lt;/p&gt;
&lt;p&gt;Can you please point out where to find build.grade to input the dependency.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Qt application with DFU</title><link>https://devzone.nordicsemi.com/thread/119128?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2018 10:51:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a43703c4-fa5c-4d09-877e-126e3fb9863f</guid><dc:creator>Zivojin</dc:creator><description>&lt;p&gt;Thanks Nabil for your answer!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Qt application with DFU</title><link>https://devzone.nordicsemi.com/thread/119127?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2018 08:30:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f91dfdb-c23b-4962-a968-5da897e89a64</guid><dc:creator>Nabil</dc:creator><description>&lt;p&gt;ou can simply include DFU library in build.grade with :&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;buildscript {
    repositories {
        jcenter()
        maven {
            url &amp;quot;&lt;a href="https://maven.google.com&amp;quot;"&gt;https://maven.google.com&amp;quot;&lt;/a&gt;
        }
    }
[...]

    dependencies {
           compile group: &amp;#39;no.nordicsemi.android&amp;#39;, name: &amp;#39;dfu&amp;#39;, version: &amp;#39;1.1.1&amp;#39;
      }
}
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>