<?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: MADDE and Qt Creator Integration</title>
	<atom:link href="http://zchydem.enume.net/2010/03/10/madde-and-qt-creator-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://zchydem.enume.net/2010/03/10/madde-and-qt-creator-integration/</link>
	<description>#Qt, #Linux, #Programming, #MeeGo...</description>
	<lastBuildDate>Wed, 08 Sep 2010 13:05:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: zchydem</title>
		<link>http://zchydem.enume.net/2010/03/10/madde-and-qt-creator-integration/comment-page-1/#comment-116</link>
		<dc:creator>zchydem</dc:creator>
		<pubDate>Tue, 23 Mar 2010 21:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=670#comment-116</guid>
		<description>I&#039;m glad if I could help you:)</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad if I could help you:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simudream</title>
		<link>http://zchydem.enume.net/2010/03/10/madde-and-qt-creator-integration/comment-page-1/#comment-115</link>
		<dc:creator>simudream</dc:creator>
		<pubDate>Mon, 22 Mar 2010 23:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=670#comment-115</guid>
		<description>Actually I used gnumake with your make command and it worked perfectly after that!!  Thank you so much for your help =&gt;</description>
		<content:encoded><![CDATA[<p>Actually I used gnumake with your make command and it worked perfectly after that!!  Thank you so much for your help =&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simudream</title>
		<link>http://zchydem.enume.net/2010/03/10/madde-and-qt-creator-integration/comment-page-1/#comment-114</link>
		<dc:creator>simudream</dc:creator>
		<pubDate>Mon, 22 Mar 2010 22:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=670#comment-114</guid>
		<description>Is your &#039;make&#039; a shortcut to gnumake? I think I might be missing the correct make if yours is not that.  

I wonder where your make is located so I can figure out where I&#039;m going wrong and maybe figure out where I can get the correct &#039;make&#039;.

Thanks for the speedy reply...</description>
		<content:encoded><![CDATA[<p>Is your &#8216;make&#8217; a shortcut to gnumake? I think I might be missing the correct make if yours is not that.  </p>
<p>I wonder where your make is located so I can figure out where I&#8217;m going wrong and maybe figure out where I can get the correct &#8216;make&#8217;.</p>
<p>Thanks for the speedy reply&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zchydem</title>
		<link>http://zchydem.enume.net/2010/03/10/madde-and-qt-creator-integration/comment-page-1/#comment-113</link>
		<dc:creator>zchydem</dc:creator>
		<pubDate>Mon, 22 Mar 2010 20:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=670#comment-113</guid>
		<description>@simudream Thanks for the comment:)

Here are my settings. They look pretty much same as yours.
Qt for Maemo: 
/Users/markomattila/.madde/0.6.14/targets/fremantle-qt-0951/bin/qmake

Buildstep:
qmake /Users/markomattila/Work/Maemo/MaddeTestProject/MaddeTest/MaddeTest.pro -r -spec linux-g++-gles2 CONFIG+=debug

Make:
make -w /Users/markomattila/Work/Maemo/MaddeTestProject/MaddeTest

Is your Make set correctly? For me everything worked out-of-box pretty much...</description>
		<content:encoded><![CDATA[<p>@simudream Thanks for the comment:)</p>
<p>Here are my settings. They look pretty much same as yours.<br />
Qt for Maemo:<br />
/Users/markomattila/.madde/0.6.14/targets/fremantle-qt-0951/bin/qmake</p>
<p>Buildstep:<br />
qmake /Users/markomattila/Work/Maemo/MaddeTestProject/MaddeTest/MaddeTest.pro -r -spec linux-g++-gles2 CONFIG+=debug</p>
<p>Make:<br />
make -w /Users/markomattila/Work/Maemo/MaddeTestProject/MaddeTest</p>
<p>Is your Make set correctly? For me everything worked out-of-box pretty much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simudream</title>
		<link>http://zchydem.enume.net/2010/03/10/madde-and-qt-creator-integration/comment-page-1/#comment-112</link>
		<dc:creator>simudream</dc:creator>
		<pubDate>Mon, 22 Mar 2010 18:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://zchydem.enume.net/?p=670#comment-112</guid>
		<description>Hi this is a nice demo.

I am attempting to achieve the same result on OSX using MADDE and my N900.

The current error message I&#039;m faced with is:
Could not find make command: make in the build environment
Error while building project n900 (Maemo)
When executing build step &#039;Make&#039;

In options under QT4 I added a Manual MADDE qmake path:
/Users/dev/.madde/0.6.14/targets/fremantle-qt-0951/bin/qmake

My Build Steps have:
qmake: qmake n900_test.pro -r -spec linux-g++-gles2 CONFIG+=debug
Make Step: make not found in the environment

If I delete the Make Step: line from the build step I don&#039;t get the error while building the project message, but the app still fails to build and deploy properly. So I feel like I am missing something here to get this to work. My N900 is connected through wLan and is connected communicating properly.

Any ideas or help would be fantastic.

Thanks so much...</description>
		<content:encoded><![CDATA[<p>Hi this is a nice demo.</p>
<p>I am attempting to achieve the same result on OSX using MADDE and my N900.</p>
<p>The current error message I&#8217;m faced with is:<br />
Could not find make command: make in the build environment<br />
Error while building project n900 (Maemo)<br />
When executing build step &#8216;Make&#8217;</p>
<p>In options under QT4 I added a Manual MADDE qmake path:<br />
/Users/dev/.madde/0.6.14/targets/fremantle-qt-0951/bin/qmake</p>
<p>My Build Steps have:<br />
qmake: qmake n900_test.pro -r -spec linux-g++-gles2 CONFIG+=debug<br />
Make Step: make not found in the environment</p>
<p>If I delete the Make Step: line from the build step I don&#8217;t get the error while building the project message, but the app still fails to build and deploy properly. So I feel like I am missing something here to get this to work. My N900 is connected through wLan and is connected communicating properly.</p>
<p>Any ideas or help would be fantastic.</p>
<p>Thanks so much&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
