<?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[How does Qt Creator link different object files&#x2F;libs in default?]]></title><description><![CDATA[<p dir="auto">I am wondering if making a project, how does qt creator link these files? Or will qt creator create any static/dynamic libs?<br />
what is the default setting? simply create relocatable object file for every cpp file and then link them together?</p>
]]></description><link>https://forum.qt.io/topic/73033/how-does-qt-creator-link-different-object-files-libs-in-default</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Apr 2026 11:29:12 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/73033.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 04 Nov 2016 23:18:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How does Qt Creator link different object files&#x2F;libs in default? on Sat, 05 Nov 2016 05:30:19 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Depending on the information in <em>.pro file(project file)</em>. <em>qmake</em> creates the make file.</p>
<p dir="auto">If you want to create the <em>library</em> use</p>
<p dir="auto">TEMPLATE += lib</p>
<p dir="auto">or<br />
want to create the <em>app</em></p>
<p dir="auto">TEMPLATE += app</p>
<p dir="auto">in .pro file</p>
<p dir="auto">Thanks,</p>
]]></description><link>https://forum.qt.io/post/358052</link><guid isPermaLink="true">https://forum.qt.io/post/358052</guid><dc:creator><![CDATA[Pradeep Kumar]]></dc:creator><pubDate>Sat, 05 Nov 2016 05:30:19 GMT</pubDate></item><item><title><![CDATA[Reply to How does Qt Creator link different object files&#x2F;libs in default? on Fri, 04 Nov 2016 23:21:43 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Qt Creator does no such things, it's "just" an IDE. The compiler/linker from your platform will do the work.</p>
<p dir="auto">What will be generated will depend on your project i.e. if it's an application, a lib etc. You can check the TEMPLATE variable in qmake's documentation.</p>
]]></description><link>https://forum.qt.io/post/358037</link><guid isPermaLink="true">https://forum.qt.io/post/358037</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Fri, 04 Nov 2016 23:21:43 GMT</pubDate></item></channel></rss>