<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Comments, Code and Qt.</title>
	<atom:link href="http://www.johanpaul.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johanpaul.com/blog</link>
	<description>Some words about the wonderful world of software engineering</description>
	<lastBuildDate>Tue, 21 Feb 2012 15:00:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Deploying Qt and Qt Quick applications on Windows by Johan Paul</title>
		<link>http://www.johanpaul.com/blog/2011/07/deploying-qt-and-qt-quick-applications-on-windows/comment-page-1/#comment-455</link>
		<dc:creator>Johan Paul</dc:creator>
		<pubDate>Tue, 21 Feb 2012 15:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=813#comment-455</guid>
		<description> Technically yes, practically no-one will do this, hence dynamic linking remains the only feasible alternative. </description>
		<content:encoded><![CDATA[<p> Technically yes, practically no-one will do this, hence dynamic linking remains the only feasible alternative.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deploying Qt and Qt Quick applications on Windows by Steve</title>
		<link>http://www.johanpaul.com/blog/2011/07/deploying-qt-and-qt-quick-applications-on-windows/comment-page-1/#comment-454</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 19 Feb 2012 23:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=813#comment-454</guid>
		<description>Static linking does not make your application LGPL, just a lot more difficult to distribute. The point of the LGPL is that you have to allow someone to re-link your program against a later / bug-fix version of Qt. Using DLLs are the easiest way to do this, but providing object files and linker instructions is also allowed.</description>
		<content:encoded><![CDATA[<p>Static linking does not make your application LGPL, just a lot more difficult to distribute. The point of the LGPL is that you have to allow someone to re-link your program against a later / bug-fix version of Qt. Using DLLs are the easiest way to do this, but providing object files and linker instructions is also allowed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A developer&#8217;s experience with Qt 4.7 for Symbian^3 and Nokia N8 by Johan Paul</title>
		<link>http://www.johanpaul.com/blog/2011/01/developers-experience-with-qt-47-for-symbian3-and-nokia-n8/comment-page-1/#comment-453</link>
		<dc:creator>Johan Paul</dc:creator>
		<pubDate>Mon, 30 Jan 2012 15:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=621#comment-453</guid>
		<description>Hi Sreejith,

That&#039;s an excellent question and depending on who you ask and what your goals are, you might get different answers. So here&#039;s mine.

Forget Symbian, it&#039;s dead.

Android is a good mobile platform if you want to continue targeting the mobile platform. But I would not yet count on using Qt in Android for any serious apps but instead focus on Java with Google&#039;s APIs. 

The future of Nokia is in Windows Phone. If you want to target Nokia phones, then Windows Phone is your choice. And it&#039;s a solid platform to develop for with C# (or already with Visual Basic?) and the dev tools are great compared to Android. But from a developer&#039;s perspective Windows Phone is more restrictive - think iPhone. But iPhone is doing great so it&#039;s necessarily not a bad thing. </description>
		<content:encoded><![CDATA[<p>Hi Sreejith,</p>
<p>That&#8217;s an excellent question and depending on who you ask and what your goals are, you might get different answers. So here&#8217;s mine.</p>
<p>Forget Symbian, it&#8217;s dead.</p>
<p>Android is a good mobile platform if you want to continue targeting the mobile platform. But I would not yet count on using Qt in Android for any serious apps but instead focus on Java with Google&#8217;s APIs. </p>
<p>The future of Nokia is in Windows Phone. If you want to target Nokia phones, then Windows Phone is your choice. And it&#8217;s a solid platform to develop for with C# (or already with Visual Basic?) and the dev tools are great compared to Android. But from a developer&#8217;s perspective Windows Phone is more restrictive &#8211; think iPhone. But iPhone is doing great so it&#8217;s necessarily not a bad thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A developer&#8217;s experience with Qt 4.7 for Symbian^3 and Nokia N8 by Sreejith S.Mani</title>
		<link>http://www.johanpaul.com/blog/2011/01/developers-experience-with-qt-47-for-symbian3-and-nokia-n8/comment-page-1/#comment-452</link>
		<dc:creator>Sreejith S.Mani</dc:creator>
		<pubDate>Mon, 30 Jan 2012 06:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=621#comment-452</guid>
		<description>Hi Johan,

I am an amateur developer with Qt and have made some custom apps run successfully on my 5800xm S60v5. I wanted to upgrade my phone to have better memory and storage, since I am running out of resources.But now I am confused, if to go for a nokia 701 symbian belle with just 3.5&quot; screen or move to Android (Qt supported with necessitas - in theory, was not able to make it work completely on the simulator) OR go for a windows phone 7.5 with Visual Basic.

I am sure pretty soon many of our fellow developers will reach the same junction. Any thoughts on this?

- Sreejith</description>
		<content:encoded><![CDATA[<p>Hi Johan,</p>
<p>I am an amateur developer with Qt and have made some custom apps run successfully on my 5800xm S60v5. I wanted to upgrade my phone to have better memory and storage, since I am running out of resources.But now I am confused, if to go for a nokia 701 symbian belle with just 3.5&#8243; screen or move to Android (Qt supported with necessitas &#8211; in theory, was not able to make it work completely on the simulator) OR go for a windows phone 7.5 with Visual Basic.</p>
<p>I am sure pretty soon many of our fellow developers will reach the same junction. Any thoughts on this?</p>
<p>- Sreejith</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OAuth2 explained with Qt Quick by Johan Paul</title>
		<link>http://www.johanpaul.com/blog/2011/05/oauth2-explained-with-qt-quick/comment-page-1/#comment-451</link>
		<dc:creator>Johan Paul</dc:creator>
		<pubDate>Wed, 25 Jan 2012 20:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=726#comment-451</guid>
		<description>You mean how to get QJSON source code? Well, the line is actually on this page: http://qjson.sourceforge.net/get_it/

So say &quot;git clone git://gitorious.org/qjson/qjson.git&quot; in the dir where my example is. You need to have Git installed on your system. In Linux it should be available in your distribution, but you might have to install it. In Ubuntu/Debian that would be &quot;sudo apt-get install git&quot;. 

Or you can actually also just download the source tarball for QJSON from here: http://sourceforge.net/projects/qjson/files/

The example should also run in Windows, and Git is available for Windows (http://code.google.com/p/msysgit/), but I have not tested my example in Windows. The .pro file could require some changes, but nothing major. The example is anyway just Qt Quick, Qt and using that JSON parser (for Facebook response parsing) that you can install in the same dir. </description>
		<content:encoded><![CDATA[<p>You mean how to get QJSON source code? Well, the line is actually on this page: <a href="http://qjson.sourceforge.net/get_it/" rel="nofollow">http://qjson.sourceforge.net/get_it/</a></p>
<p>So say &#8220;git clone git://gitorious.org/qjson/qjson.git&#8221; in the dir where my example is. You need to have Git installed on your system. In Linux it should be available in your distribution, but you might have to install it. In Ubuntu/Debian that would be &#8220;sudo apt-get install git&#8221;. </p>
<p>Or you can actually also just download the source tarball for QJSON from here: <a href="http://sourceforge.net/projects/qjson/files/" rel="nofollow">http://sourceforge.net/projects/qjson/files/</a></p>
<p>The example should also run in Windows, and Git is available for Windows (<a href="http://code.google.com/p/msysgit/" rel="nofollow">http://code.google.com/p/msysgit/</a>), but I have not tested my example in Windows. The .pro file could require some changes, but nothing major. The example is anyway just Qt Quick, Qt and using that JSON parser (for Facebook response parsing) that you can install in the same dir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OAuth2 explained with Qt Quick by Johan Paul</title>
		<link>http://www.johanpaul.com/blog/2011/05/oauth2-explained-with-qt-quick/comment-page-1/#comment-450</link>
		<dc:creator>Johan Paul</dc:creator>
		<pubDate>Wed, 25 Jan 2012 20:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=726#comment-450</guid>
		<description>You mean how to get QJSON source code? Well, the line is actually on this page: http://qjson.sourceforge.net/get_it/

So say &quot;git clone git://gitorious.org/qjson/qjson.git&quot; in the dir where my example is. You need to have Git installed on your system. In Linux it should be available in your distribution, but you might have to install it. In Ubuntu/Debian that would be &quot;sudo apt-get install git&quot;. 

The example should also run in Windows, and Git is available for Windows (http://code.google.com/p/msysgit/), but I have not tested my example in Windows. The .pro file could require some changes, but nothing major. The example is anyway just Qt Quick, Qt and using that JSON parser (for Facebook response parsing) that you can install in the same dir. </description>
		<content:encoded><![CDATA[<p>You mean how to get QJSON source code? Well, the line is actually on this page: <a href="http://qjson.sourceforge.net/get_it/" rel="nofollow">http://qjson.sourceforge.net/get_it/</a></p>
<p>So say &#8220;git clone git://gitorious.org/qjson/qjson.git&#8221; in the dir where my example is. You need to have Git installed on your system. In Linux it should be available in your distribution, but you might have to install it. In Ubuntu/Debian that would be &#8220;sudo apt-get install git&#8221;. </p>
<p>The example should also run in Windows, and Git is available for Windows (<a href="http://code.google.com/p/msysgit/" rel="nofollow">http://code.google.com/p/msysgit/</a>), but I have not tested my example in Windows. The .pro file could require some changes, but nothing major. The example is anyway just Qt Quick, Qt and using that JSON parser (for Facebook response parsing) that you can install in the same dir.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OAuth2 explained with Qt Quick by ...</title>
		<link>http://www.johanpaul.com/blog/2011/05/oauth2-explained-with-qt-quick/comment-page-1/#comment-449</link>
		<dc:creator>...</dc:creator>
		<pubDate>Wed, 25 Jan 2012 20:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=726#comment-449</guid>
		<description>could you post the lines of code that takes the file to run your example? .. Please ... really will thank you infinitely...</description>
		<content:encoded><![CDATA[<p>could you post the lines of code that takes the file to run your example? .. Please &#8230; really will thank you infinitely&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OAuth2 explained with Qt Quick by Johan Paul</title>
		<link>http://www.johanpaul.com/blog/2011/05/oauth2-explained-with-qt-quick/comment-page-1/#comment-448</link>
		<dc:creator>Johan Paul</dc:creator>
		<pubDate>Wed, 25 Jan 2012 19:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=726#comment-448</guid>
		<description>Hi! 

It must be the JSON parser that you are missing (and that I unsuccessfully) tried to upload as a subfolder to Gitorious. 

So go get it from here and put it into a subfolder as in my Gitorious example: http://qjson.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>Hi! </p>
<p>It must be the JSON parser that you are missing (and that I unsuccessfully) tried to upload as a subfolder to Gitorious. </p>
<p>So go get it from here and put it into a subfolder as in my Gitorious example: <a href="http://qjson.sourceforge.net/" rel="nofollow">http://qjson.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OAuth2 explained with Qt Quick by ...</title>
		<link>http://www.johanpaul.com/blog/2011/05/oauth2-explained-with-qt-quick/comment-page-1/#comment-447</link>
		<dc:creator>...</dc:creator>
		<pubDate>Wed, 25 Jan 2012 19:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=726#comment-447</guid>
		<description>friend the file PARSER.H dont exist in the folder... you can provide? </description>
		<content:encoded><![CDATA[<p>friend the file PARSER.H dont exist in the folder&#8230; you can provide? </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing kQOAuth &#8211; Easy and Powerful OAuth library for Qt by Johan Paul</title>
		<link>http://www.johanpaul.com/blog/2010/10/introducing-kqoauth-easy-and-powerful-oauth-library-for-qt/comment-page-1/#comment-446</link>
		<dc:creator>Johan Paul</dc:creator>
		<pubDate>Mon, 09 Jan 2012 14:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johanpaul.com/blog/?p=403#comment-446</guid>
		<description>LGPL lets you only *dynamically* link the library with your application without your application getting the same license as kQOAuth. In all other cases the app will get the same license as kQOAuth.

Hence, if you compile in the source code of kQOAuth to your app, your application will also become LGPL licensed. </description>
		<content:encoded><![CDATA[<p>LGPL lets you only *dynamically* link the library with your application without your application getting the same license as kQOAuth. In all other cases the app will get the same license as kQOAuth.</p>
<p>Hence, if you compile in the source code of kQOAuth to your app, your application will also become LGPL licensed. </p>
]]></content:encoded>
	</item>
</channel>
</rss>

