<?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[Full paths in the makefiles of a QtCreator project]]></title><description><![CDATA[<p dir="auto">Seeing how the full paths are being used in the makefiles, how can a project can be moved to another directory after it has been created, or to another machine?</p>
]]></description><link>https://forum.qt.io/topic/66621/full-paths-in-the-makefiles-of-a-qtcreator-project</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 22:15:28 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/66621.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 01 May 2016 20:01:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Full paths in the makefiles of a QtCreator project on Mon, 02 May 2016 08:52:14 GMT]]></title><description><![CDATA[<p dir="auto">Hi ,<br />
When QtProject what to be shifted from one location to other location (i.e., from folder X to folder Y or from machine X to machine Y).</p>
<ol>
<li>When a Qtproject is compiled it generates build folder with make file, .a files, .o files and a .pro.user file in Project folder. These are system and compiler dependent. After changing location delete the .pro.user file.</li>
<li>After deleting .pro.user file try to open the project in Qt creator ,so it generates new .pro.user file according to new changes.</li>
<li>Running qmake generates new Makefile according to new location .</li>
</ol>
]]></description><link>https://forum.qt.io/post/325148</link><guid isPermaLink="true">https://forum.qt.io/post/325148</guid><dc:creator><![CDATA[yuvaram]]></dc:creator><pubDate>Mon, 02 May 2016 08:52:14 GMT</pubDate></item><item><title><![CDATA[Reply to Full paths in the makefiles of a QtCreator project on Mon, 02 May 2016 08:30:29 GMT]]></title><description><![CDATA[<p dir="auto">Very strange indeed<br />
I have my projects in dropbox so at work its<br />
c:\dropbox\xxx<br />
and at home<br />
its<br />
f:\dropbox\xxx<br />
And running qmake+rebuild all<br />
have so far function perfectly.</p>
]]></description><link>https://forum.qt.io/post/325146</link><guid isPermaLink="true">https://forum.qt.io/post/325146</guid><dc:creator><![CDATA[mrjj]]></dc:creator><pubDate>Mon, 02 May 2016 08:30:29 GMT</pubDate></item><item><title><![CDATA[Reply to Full paths in the makefiles of a QtCreator project on Mon, 02 May 2016 00:17:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nulluse">@<bdi>nulluse</bdi></a><br />
That'd be strange. Running <code>qmake</code> overwrites the makefiles for me and always had, I've never faced such issue ...</p>
]]></description><link>https://forum.qt.io/post/325116</link><guid isPermaLink="true">https://forum.qt.io/post/325116</guid><dc:creator><![CDATA[kshegunov]]></dc:creator><pubDate>Mon, 02 May 2016 00:17:02 GMT</pubDate></item><item><title><![CDATA[Reply to Full paths in the makefiles of a QtCreator project on Mon, 02 May 2016 00:10:26 GMT]]></title><description><![CDATA[<p dir="auto">I am 100% positive that after copying the project to a new location and realizing it was still looking at the source files under the old path, I ran <code>qmake</code> but nothing has changed. It was fixed after I deleted the makefiles on the command line though.</p>
]]></description><link>https://forum.qt.io/post/325114</link><guid isPermaLink="true">https://forum.qt.io/post/325114</guid><dc:creator><![CDATA[nulluse]]></dc:creator><pubDate>Mon, 02 May 2016 00:10:26 GMT</pubDate></item><item><title><![CDATA[Reply to Full paths in the makefiles of a QtCreator project on Sun, 01 May 2016 23:55:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nulluse">@<bdi>nulluse</bdi></a><br />
Rerunning <code>qmake</code> will overwrite the make files.</p>
]]></description><link>https://forum.qt.io/post/325109</link><guid isPermaLink="true">https://forum.qt.io/post/325109</guid><dc:creator><![CDATA[kshegunov]]></dc:creator><pubDate>Sun, 01 May 2016 23:55:33 GMT</pubDate></item><item><title><![CDATA[Reply to Full paths in the makefiles of a QtCreator project on Sun, 01 May 2016 21:47:30 GMT]]></title><description><![CDATA[<p dir="auto">Is there a process to clean the project of the generated makefiles?</p>
]]></description><link>https://forum.qt.io/post/325100</link><guid isPermaLink="true">https://forum.qt.io/post/325100</guid><dc:creator><![CDATA[nulluse]]></dc:creator><pubDate>Sun, 01 May 2016 21:47:30 GMT</pubDate></item><item><title><![CDATA[Reply to Full paths in the makefiles of a QtCreator project on Sun, 01 May 2016 20:15:58 GMT]]></title><description><![CDATA[<p dir="auto">Generated Makefiles are not portable,  their sources are (the .pro file when using qmake). You should not move generated Makefiles at all, and neither add to your VCS.</p>
]]></description><link>https://forum.qt.io/post/325090</link><guid isPermaLink="true">https://forum.qt.io/post/325090</guid><dc:creator><![CDATA[andr]]></dc:creator><pubDate>Sun, 01 May 2016 20:15:58 GMT</pubDate></item></channel></rss>