<?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[Clarification on Qt &#x2F; ios license]]></title><description><![CDATA[<p dir="auto">Getting the point:</p>
<ul>
<li>Qt is LGPL (or commercial)</li>
<li>ios on device, afaik don't admit dylibs but only static libraries if they don't belong to apple kits</li>
</ul>
<p dir="auto">so if my application has closed source, the 3 solutions are:</p>
<h1>to avoid Qt on ios and keep closed my source code</h1>
<h1>to use Qt but follow LGPL license</h1>
<h1>to buy Qt commercial license and keep my source closed using Qt</h1>
<p dir="auto">is there a solution in which I use Qt LGPL license and keep my source closed on ios device ?<br />
thanks</p>
]]></description><link>https://forum.qt.io/topic/43254/clarification-on-qt-ios-license</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 23:27:06 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/43254.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 02 Jul 2014 23:04:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Clarification on Qt &#x2F; ios license on Mon, 08 Sep 2014 08:45:00 GMT]]></title><description><![CDATA[<p dir="auto">"You can keep your app closed-source, but you provide to your users all the object code of your  application necessary to re-link your application.  That means for example all the .o and .a files.  Most people forget that this option is in fact available to iPhone app developers."</p>
<p dir="auto">This is the quote from the article that gives a good explanation of how to deal with the LGPL code linked statically specifically for iPhone applications:<br />
<a href="http://multinc.com/2009/08/24/compatibility-between-the-iphone-app-store-and-the-lgpl/" target="_blank" rel="noopener noreferrer nofollow ugc">http://multinc.com/2009/08/24/compatibility-between-the-iphone-app-store-and-the-lgpl/</a></p>
]]></description><link>https://forum.qt.io/post/242920</link><guid isPermaLink="true">https://forum.qt.io/post/242920</guid><dc:creator><![CDATA[Anton Matosov]]></dc:creator><pubDate>Mon, 08 Sep 2014 08:45:00 GMT</pubDate></item><item><title><![CDATA[Reply to Clarification on Qt &#x2F; ios license on Thu, 03 Jul 2014 04:32:05 GMT]]></title><description><![CDATA[<p dir="auto">thank you!<br />
we consulted one year ago (as company)  and he told that if you compile statically a third party library with LGPL, you are forced to disclose your code that links statically that library (part of it is inside the executable). But as you told, if until nowadays there is no verdict to clarify everything, it's difficult to trace a distinct line between what is allowed or not (I don't figure out how many quibbles a good lawyer can use)</p>
]]></description><link>https://forum.qt.io/post/234422</link><guid isPermaLink="true">https://forum.qt.io/post/234422</guid><dc:creator><![CDATA[dannox]]></dc:creator><pubDate>Thu, 03 Jul 2014 04:32:05 GMT</pubDate></item><item><title><![CDATA[Reply to Clarification on Qt &#x2F; ios license on Thu, 03 Jul 2014 03:32:23 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">This doesn't help older versions of iOS, but iOS 8 will support "dynamic frameworks":<a href="https://developer.apple.com/library/prerelease/ios/documentation/DeveloperTools/Conceptual/WhatsNewXcode/Articles/xcode_6_0.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://developer.apple.com/library/prerelease/ios/documentation/DeveloperTools/Conceptual/WhatsNewXcode/Articles/xcode_6_0.html</a> so you can use LGPL there.</p>
<p dir="auto">Note that the compatibility between closed source app + LGPL library + static linking is still unclear, because it has never been tested in a court of law. It might be ok; you'll need to consult a lawyer to know for sure.</p>
]]></description><link>https://forum.qt.io/post/234418</link><guid isPermaLink="true">https://forum.qt.io/post/234418</guid><dc:creator><![CDATA[JKSH]]></dc:creator><pubDate>Thu, 03 Jul 2014 03:32:23 GMT</pubDate></item></channel></rss>