<?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[Minimum requirements open-source project]]></title><description><![CDATA[<p dir="auto">So I'm willing to open-source my screen-sharing program. I also use other technologies than Qt, and use it together with the Qt application.</p>
<p dir="auto">I send the screen-data to a server, but I want the person to find his own way to use the screen-data with a server. Or am I obliged to open-source the server code too?</p>
<p dir="auto">And what are the minimum requirements where I can put the code?</p>
<p dir="auto">Can I let's say, first ask for someone in a form why they want to use it, and then give them the code (no matter what the reason)?<br />
How open must it be?</p>
<p dir="auto">I'm going to static link the application.</p>
]]></description><link>https://forum.qt.io/topic/73176/minimum-requirements-open-source-project</link><generator>RSS for Node</generator><lastBuildDate>Tue, 05 May 2026 10:38:20 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/73176.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 09 Nov 2016 15:13:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Minimum requirements open-source project on Thu, 10 Nov 2016 10:44:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alexlander">@<bdi>Alexlander</bdi></a><br />
Ok, please update post when you make it public so I can try it :)</p>
]]></description><link>https://forum.qt.io/post/358857</link><guid isPermaLink="true">https://forum.qt.io/post/358857</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Thu, 10 Nov 2016 10:44:16 GMT</pubDate></item><item><title><![CDATA[Reply to Minimum requirements open-source project on Thu, 10 Nov 2016 10:21:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a> Yep, you are also able to view and control through a website, it works awesome</p>
]]></description><link>https://forum.qt.io/post/358854</link><guid isPermaLink="true">https://forum.qt.io/post/358854</guid><dc:creator><![CDATA[Alexlander]]></dc:creator><pubDate>Thu, 10 Nov 2016 10:21:39 GMT</pubDate></item><item><title><![CDATA[Reply to Minimum requirements open-source project on Thu, 10 Nov 2016 07:41:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alexlander">@<bdi>Alexlander</bdi></a><br />
Np. Sounds like a cool project.<br />
Sort of a mini teamviewer ?</p>
]]></description><link>https://forum.qt.io/post/358815</link><guid isPermaLink="true">https://forum.qt.io/post/358815</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Thu, 10 Nov 2016 07:41:08 GMT</pubDate></item><item><title><![CDATA[Reply to Minimum requirements open-source project on Thu, 10 Nov 2016 07:39:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mrjj">@<bdi>mrjj</bdi></a> Thanks a lot! I don't ask money for it, so if I do something wrong I must be in less trouble I guess, I'll do some further research to be sure</p>
]]></description><link>https://forum.qt.io/post/358813</link><guid isPermaLink="true">https://forum.qt.io/post/358813</guid><dc:creator><![CDATA[Alexlander]]></dc:creator><pubDate>Thu, 10 Nov 2016 07:39:40 GMT</pubDate></item><item><title><![CDATA[Reply to Minimum requirements open-source project on Wed, 09 Nov 2016 19:16:07 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
If the server is c# you can freely choose to have it closed and only<br />
open source the client.</p>
<p dir="auto">If you make it possible to download the source for the client,  via the web form or<br />
git then you abide to the rule that "if you distribute binaries by download, you must provide “equivalent access” to download the source" and it should be fine.</p>
<p dir="auto">Mind you im not lawyer so you better check what you use from Qt. Some do have other<br />
licences. ( or used to , like QChart)</p>
<p dir="auto">That said, if this is just a home project and you just want static linking for ease of use and do provide the source code, I be surprised if you got in troubles. :)</p>
]]></description><link>https://forum.qt.io/post/358753</link><guid isPermaLink="true">https://forum.qt.io/post/358753</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Wed, 09 Nov 2016 19:16:07 GMT</pubDate></item><item><title><![CDATA[Reply to Minimum requirements open-source project on Wed, 09 Nov 2016 15:50:47 GMT]]></title><description><![CDATA[<p dir="auto">Yes that's what I meant :)</p>
<p dir="auto">I created the server code in C#, I just have 1 piece of code that send the Qt data to the C# server, couldn't I just remove that line and comment "Find your own way to use the screen-data"?</p>
<p dir="auto">FYI, I have the Qt app that records the screen, the server gets the data and sends it to a client. I want to open-source the Qt app, not the C# client code and the web-client (yet). After all it isn't really working, but I can give instructions.</p>
]]></description><link>https://forum.qt.io/post/358740</link><guid isPermaLink="true">https://forum.qt.io/post/358740</guid><dc:creator><![CDATA[Alexlander]]></dc:creator><pubDate>Wed, 09 Nov 2016 15:50:47 GMT</pubDate></item><item><title><![CDATA[Reply to Minimum requirements open-source project on Wed, 09 Nov 2016 15:24:09 GMT]]></title><description><![CDATA[<p dir="auto">Hi<br />
Do you mean<br />
"How much do i need to be open source and still be allowed to use static linking?"</p>
<p dir="auto">-what are the minimum requirements where I can put the code?<br />
include with the binaries is the safest bet. ( no one can sue you for that)</p>
<p dir="auto"><a href="http://www.twistedlincoln.com/editorials/always_provide_access_to_the_full_corresponding_source_code_when_distributing_gpl_license" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.twistedlincoln.com/editorials/always_provide_access_to_the_full_corresponding_source_code_when_distributing_gpl_license</a></p>
<p dir="auto">Your form web page, might be enough. ( Disclaimer, im not a lawyer )</p>
<ul>
<li>am I obliged to open-source the server code too?<br />
If you static link the server code with Qt, then yes.</li>
</ul>
]]></description><link>https://forum.qt.io/post/358738</link><guid isPermaLink="true">https://forum.qt.io/post/358738</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Wed, 09 Nov 2016 15:24:09 GMT</pubDate></item></channel></rss>