<?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[Problem Building. Changing project from Qt SDK 2010.05 to Qt 4.7.4.]]></title><description><![CDATA[<p dir="auto">I have a project built in the Eclipse Helios IDE that is using Qt SDK 2010.05. Everything work fine, but circumstance has made it such that I need to change it to Qt version 4.7.4. I already have 4.7.4 installed and working with another project, so I added 4.7.4's bin and include paths to eclipse under Preferences-&gt;Qt and set it as the default version.</p>
<p dir="auto">I decided to just make a new Qt Console Project and copy all of the source files over from the project I want to convert. I've checked the .pro file and the Makefile and they are using the paths to the 4.7.4 version of Qt. From the Makefile:</p>
<p dir="auto">@QMAKE = c:\Qt\4.7.4\bin\qmake@</p>
<p dir="auto">However, when I go to build the project I get the error:<br />
<a class="plugin-mentions-user plugin-mentions-a" href="/user/error">@<bdi>Error</bdi></a> launching builder (make debug )<br />
(Cannot run program "make": Launching failed)@</p>
<p dir="auto">I'm not too savvy with settings needed to compile a project, so I am wondering if anyone else would have an idea about what my problem is?</p>
]]></description><link>https://forum.qt.io/topic/24940/problem-building-changing-project-from-qt-sdk-2010-05-to-qt-4-7-4</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 02:24:51 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/24940.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Mar 2013 14:17:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem Building. Changing project from Qt SDK 2010.05 to Qt 4.7.4. on Thu, 07 Mar 2013 18:51:12 GMT]]></title><description><![CDATA[<p dir="auto">Judging from "c:", you are on Windows. Make most probably does not exist there. It's either mingw32-make or nmake. Surprising thing is that it works for other projects. I'm not using Windows or Eclipse, so I can't help much more than making this observation, though :)</p>
]]></description><link>https://forum.qt.io/post/169518</link><guid isPermaLink="true">https://forum.qt.io/post/169518</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Thu, 07 Mar 2013 18:51:12 GMT</pubDate></item></channel></rss>