<?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 on: &#8220;Hello World !&#8221; using Qt with CMake and recipe for OpenEmbedded</title>
	<atom:link href="http://blog.cor-net.org/embedded/hello-world-using-qt-with-cmake-and-recipe-for-openembedded/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cor-net.org/embedded/hello-world-using-qt-with-cmake-and-recipe-for-openembedded/</link>
	<description>...</description>
	<lastBuildDate>Mon, 14 Jun 2010 09:06:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Alain</title>
		<link>http://blog.cor-net.org/embedded/hello-world-using-qt-with-cmake-and-recipe-for-openembedded/comment-page-1/#comment-760</link>
		<dc:creator>Alain</dc:creator>
		<pubDate>Wed, 10 Feb 2010 12:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cor-net.org/?p=94#comment-760</guid>
		<description>Bonjour, impressionné par ton travail!, je recherche un coup de main pour un projet d&#039;interface FriandlyARM --&gt; Java (c.a.d. la conception d&#039;une librairie accessible en java pour avoir accès au gpio du board). Je me débrouille en java, mais pour l&#039;embedded... c&#039;est une autre histoire. Serais-tu capable de faire ce travail incluant une image complète d&#039;os pour le mini2440 (moyennant rétribution) ?

Merci d&#039;anace pour ta réponse.</description>
		<content:encoded><![CDATA[<p>Bonjour, impressionné par ton travail!, je recherche un coup de main pour un projet d&#8217;interface FriandlyARM &#8211;&gt; Java (c.a.d. la conception d&#8217;une librairie accessible en java pour avoir accès au gpio du board). Je me débrouille en java, mais pour l&#8217;embedded&#8230; c&#8217;est une autre histoire. Serais-tu capable de faire ce travail incluant une image complète d&#8217;os pour le mini2440 (moyennant rétribution) ?</p>
<p>Merci d&#8217;anace pour ta réponse.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fm</title>
		<link>http://blog.cor-net.org/embedded/hello-world-using-qt-with-cmake-and-recipe-for-openembedded/comment-page-1/#comment-756</link>
		<dc:creator>fm</dc:creator>
		<pubDate>Thu, 14 Jan 2010 11:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cor-net.org/?p=94#comment-756</guid>
		<description>Thanks a lot for your howto.

I tried to reproduce your example on linux. Building works fine but I get a segmentation fault (while executing &quot;_button = new QPushButton(this);&quot; in MainWindow).

Qt version: 4.6.0
PATH and LD_PATH set to /Qt-4.6.0/bin/ and /Qt-4.6.0/lib resp.

Do you have an idea what might go wrong?

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks a lot for your howto.</p>
<p>I tried to reproduce your example on linux. Building works fine but I get a segmentation fault (while executing &#8220;_button = new QPushButton(this);&#8221; in MainWindow).</p>
<p>Qt version: 4.6.0<br />
PATH and LD_PATH set to /Qt-4.6.0/bin/ and /Qt-4.6.0/lib resp.</p>
<p>Do you have an idea what might go wrong?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cor</title>
		<link>http://blog.cor-net.org/embedded/hello-world-using-qt-with-cmake-and-recipe-for-openembedded/comment-page-1/#comment-463</link>
		<dc:creator>cor</dc:creator>
		<pubDate>Thu, 03 Dec 2009 17:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cor-net.org/?p=94#comment-463</guid>
		<description>The package are most lickely to be compiled when bitbacking Qt, however I&#039;m not sure they are installed by default. They must be some kind of &quot;qt examples&quot; packet that you can install using opkg, or require at image-baking time.
I think they end up being in some subdir of /usr/share.</description>
		<content:encoded><![CDATA[<p>The package are most lickely to be compiled when bitbacking Qt, however I&#8217;m not sure they are installed by default. They must be some kind of &#8220;qt examples&#8221; packet that you can install using opkg, or require at image-baking time.<br />
I think they end up being in some subdir of /usr/share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mso</title>
		<link>http://blog.cor-net.org/embedded/hello-world-using-qt-with-cmake-and-recipe-for-openembedded/comment-page-1/#comment-284</link>
		<dc:creator>mso</dc:creator>
		<pubDate>Fri, 27 Nov 2009 18:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cor-net.org/?p=94#comment-284</guid>
		<description>Thanks for the example, 
but can you list the actions which have to be done in order to compile the example on the host system and run it on the mini2440?

I mean: 
- which packages do I need on my host system?
- how do I start compiling?
- where do I find my executable?
and so on

thanks a lot</description>
		<content:encoded><![CDATA[<p>Thanks for the example,<br />
but can you list the actions which have to be done in order to compile the example on the host system and run it on the mini2440?</p>
<p>I mean:<br />
- which packages do I need on my host system?<br />
- how do I start compiling?<br />
- where do I find my executable?<br />
and so on</p>
<p>thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cor</title>
		<link>http://blog.cor-net.org/embedded/hello-world-using-qt-with-cmake-and-recipe-for-openembedded/comment-page-1/#comment-206</link>
		<dc:creator>cor</dc:creator>
		<pubDate>Sat, 21 Nov 2009 09:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cor-net.org/?p=94#comment-206</guid>
		<description>Using Qt Embedded you do not need a X11 since it render the application directly into framebuffer.
Qt has it&#039;s own windows server (QWS, which has a quite explicite name :p), so you just need to compile your application, even on a standard PC with Windows or Linux, where you can run your application easily, and then you can test that application by compiling it against Qt Embedded, and you should be able to run it on your embedded plateform simply by specifying the -qws option.</description>
		<content:encoded><![CDATA[<p>Using Qt Embedded you do not need a X11 since it render the application directly into framebuffer.<br />
Qt has it&#8217;s own windows server (QWS, which has a quite explicite name :p), so you just need to compile your application, even on a standard PC with Windows or Linux, where you can run your application easily, and then you can test that application by compiling it against Qt Embedded, and you should be able to run it on your embedded plateform simply by specifying the -qws option.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean</title>
		<link>http://blog.cor-net.org/embedded/hello-world-using-qt-with-cmake-and-recipe-for-openembedded/comment-page-1/#comment-203</link>
		<dc:creator>Jean</dc:creator>
		<pubDate>Sat, 21 Nov 2009 02:07:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.cor-net.org/?p=94#comment-203</guid>
		<description>Hi, nice article I would to know if you know something about How could I make a standalone gui app without using a X windows into a embedded linux with kernel 2.6, so If you could give me any help to start will be the best.

Regards,
JP</description>
		<content:encoded><![CDATA[<p>Hi, nice article I would to know if you know something about How could I make a standalone gui app without using a X windows into a embedded linux with kernel 2.6, so If you could give me any help to start will be the best.</p>
<p>Regards,<br />
JP</p>
]]></content:encoded>
	</item>
</channel>
</rss>
