<?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[Qt Webassembly only for commercial?]]></title><description><![CDATA[<p dir="auto">I want to port some part of my Qt Qml C++ code into the browser via webassembly and just read that the necessary 'Configure' tool is only part of Qt Commercial. Is there right now any way to use Qt Webassembly with LGPL?</p>
]]></description><link>https://forum.qt.io/topic/114353/qt-webassembly-only-for-commercial</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 09:44:05 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/114353.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 02 May 2020 18:48:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Qt Webassembly only for commercial? on Tue, 04 May 2021 11:49:50 GMT]]></title><description><![CDATA[<p dir="auto">@lorn-potter When using the installer qt-unified-linux-x64-4.1.0-online.run, and picking to install the WebAssembly component for Qt 5.15.2 I do not see any mention of it falling under GPL instead of LGPL. I make sure to install only LGPL components. Is this an oversight in the installer ? For all other modules (Qt Charts etc...) there is an explicit warning that the module is under GPL and not LGPL.</p>
]]></description><link>https://forum.qt.io/post/657906</link><guid isPermaLink="true">https://forum.qt.io/post/657906</guid><dc:creator><![CDATA[jackpap]]></dc:creator><pubDate>Tue, 04 May 2021 11:49:50 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Webassembly only for commercial? on Sun, 03 May 2020 11:08:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/powernow">@<bdi>PowerNow</bdi></a><br />
You were asked where you got your information for</p>
<blockquote>
<p dir="auto">just read that the necessary 'Configure' tool is only part of Qt Commercial.</p>
</blockquote>
<p dir="auto">and you replied that you got it from</p>
<blockquote>
<p dir="auto"><a href="https://doc.qt.io/QtForDeviceCreation/qt-configuration-tool.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/QtForDeviceCreation/qt-configuration-tool.html</a></p>
</blockquote>
<p dir="auto">Which we pointed out is not for WASM.  If you are now looking at some other configure, I have nothing to say, I'm sure you can read its docs.</p>
<blockquote>
<p dir="auto">Regarding LGPL, so there is right now no way to protect the own proprietary C++ code using Qt webassamply?</p>
</blockquote>
<p dir="auto">As stated, Qt WASM is <strong>GPL</strong>, not LGPL.  Not much point debating this, it's up to Qt Company.  As also stated, if you want to hide your source code when using WASM buy a commercial licence.</p>
]]></description><link>https://forum.qt.io/post/592264</link><guid isPermaLink="true">https://forum.qt.io/post/592264</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Sun, 03 May 2020 11:08:40 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Webassembly only for commercial? on Sun, 03 May 2020 10:57:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonb">@<bdi>JonB</bdi></a> : Regarding the configure tool I can't really follow you. As descripted on Qt</p>
<ol>
<li>Download the Qt Source Files (e.g. via the Qt Online Installer)</li>
<li>"configure -no-warnings-are-errors -xplatform wasm-emscripten -platform win32-g++ -nomake examples -prefix %CD%\qtbase"<br />
Here you setup via configure the static build and no multi thread<br />
I assume the configure is maybe downloaded together with the source files?</li>
<li>Build required modules: "make module-qtbase module-qtdeclarative [other modules]"</li>
<li>Build and run your application<br />
"$ /path/to/qt-wasm/qtbase/bin/qmake<br />
$ make"</li>
</ol>
<p dir="auto">Regarding LGPL, so there is right now no way to protect the own proprietary C++ code using Qt webassamply? I think it's a shame, because every proprietary code program is suddenly open to everyone. Wasm/Wat is much more difficult to decode than C ++. This way you can also better protect Javascript code.</p>
]]></description><link>https://forum.qt.io/post/592261</link><guid isPermaLink="true">https://forum.qt.io/post/592261</guid><dc:creator><![CDATA[PowerNow]]></dc:creator><pubDate>Sun, 03 May 2020 10:57:10 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Webassembly only for commercial? on Sun, 03 May 2020 10:23:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/powernow">@<bdi>PowerNow</bdi></a><br />
The "configure tool" you refer to is for <strong>Qt for Device Creation</strong>.  Assuming you are not using that, ignore it, there is no "configure tool".</p>
<p dir="auto">@lorn-potter has brought to your attention that Qt WASM is one of the "special" Qt components which is <strong>GPL</strong>, <em>not</em> <strong>LGPL</strong>.</p>
<p dir="auto">Assuming you do want to use WASM, you <em>can</em> still use it &amp; Qt as open source/free, but the <strong>GPL</strong> (<em>unlike</em> <strong>LGPL</strong>) licence  requires in a nutshell that you must supply <em>all</em> of your own projects' source code.  If you do not want to do this, you will need to buy a Qt commercial licence.  You need to make this decision from the outset.  At which point you can then do static linking with commercial if you wish.</p>
]]></description><link>https://forum.qt.io/post/592254</link><guid isPermaLink="true">https://forum.qt.io/post/592254</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Sun, 03 May 2020 10:23:50 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Webassembly only for commercial? on Sun, 03 May 2020 08:04:15 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/jonb">@<bdi>JonB</bdi></a> : Thxs, I've overlooked this. But the configure tool is commercial? If yes do I have to use the Qt binaries? What's the difference between using the Qt sources and static compling them and using the Qt binaries? Especially regarding the size of qtloader.js and using multithreading which should work partially with Qt 5.15/5.14 and Emscripten 1.39 ? From where do I get them? Do I have to use the Online Installer or are they also part of the Offline Installer?</p>
<p dir="auto">@lorn-potter : Thxs. Is the LPGL valid for the C++ or the wasm code?</p>
]]></description><link>https://forum.qt.io/post/592237</link><guid isPermaLink="true">https://forum.qt.io/post/592237</guid><dc:creator><![CDATA[PowerNow]]></dc:creator><pubDate>Sun, 03 May 2020 08:04:15 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Webassembly only for commercial? on Sat, 02 May 2020 20:54:54 GMT]]></title><description><![CDATA[<p dir="auto">Qt for WebAssembly is GPL and Commercial licensed. Not LGPL.</p>
]]></description><link>https://forum.qt.io/post/592205</link><guid isPermaLink="true">https://forum.qt.io/post/592205</guid><dc:creator><![CDATA[lorn.potter]]></dc:creator><pubDate>Sat, 02 May 2020 20:54:54 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Webassembly only for commercial? on Sat, 02 May 2020 19:52:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/powernow">@<bdi>PowerNow</bdi></a><br />
That is in <strong>Qt for Device Creation</strong>.  Is that what you are using?  How does this relate to webassembly?</p>
]]></description><link>https://forum.qt.io/post/592196</link><guid isPermaLink="true">https://forum.qt.io/post/592196</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Sat, 02 May 2020 19:52:42 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Webassembly only for commercial? on Sat, 02 May 2020 19:51:13 GMT]]></title><description><![CDATA[<p dir="auto">It's the Qt For Device Creation documentation which is a commercial product.</p>
<p dir="auto">The Qt For Web Assembly documentation is <a href="https://doc.qt.io/qt-5/wasm.html" target="_blank" rel="noopener noreferrer nofollow ugc">here</a>.</p>
]]></description><link>https://forum.qt.io/post/592195</link><guid isPermaLink="true">https://forum.qt.io/post/592195</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 02 May 2020 19:51:13 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Webassembly only for commercial? on Sat, 02 May 2020 19:48:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sgaist">@<bdi>SGaist</bdi></a> Hi, I read it here.<br />
<a href="https://doc.qt.io/QtForDeviceCreation/qt-configuration-tool.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://doc.qt.io/QtForDeviceCreation/qt-configuration-tool.html</a><br />
"To use the tool, you must have a commercial Qt license."</p>
]]></description><link>https://forum.qt.io/post/592193</link><guid isPermaLink="true">https://forum.qt.io/post/592193</guid><dc:creator><![CDATA[PowerNow]]></dc:creator><pubDate>Sat, 02 May 2020 19:48:17 GMT</pubDate></item><item><title><![CDATA[Reply to Qt Webassembly only for commercial? on Sat, 02 May 2020 19:01:08 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Where did you read that ?</p>
]]></description><link>https://forum.qt.io/post/592183</link><guid isPermaLink="true">https://forum.qt.io/post/592183</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Sat, 02 May 2020 19:01:08 GMT</pubDate></item></channel></rss>