<?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[Subdirs project INSTALLS]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I use TEMPLATE = subdirs base project that has INSTALLS section. Subprojects of base project also have INSTALLS section and I noticed that INSTALLS from base project are invoked before INSTALLS from subprojects. I don't know if it is rule or coincidence.</p>
<p dir="auto">Is it possible to always execute INSTALLS of base project after all INSTALLS of all subprojects have been executed? I need it this way because INSTALLS of base depends on files installed via INSTALLS of subprojects.</p>
<p dir="auto">I use jom.exe for build.</p>
]]></description><link>https://forum.qt.io/topic/72708/subdirs-project-installs</link><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 14:02:58 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/72708.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 26 Oct 2016 13:44:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Subdirs project INSTALLS on Wed, 10 Aug 2022 11:38:01 GMT]]></title><description><![CDATA[<p dir="auto">Hello there. I am learning qt for the first time. What I want to do is create subproject. But I don't know how to do this in qt. How can I follow a step? So I don't want to create from codes. I just want to create from qt's menus. Is this possible?</p>
]]></description><link>https://forum.qt.io/post/724364</link><guid isPermaLink="true">https://forum.qt.io/post/724364</guid><dc:creator><![CDATA[yy_pc_programmer]]></dc:creator><pubDate>Wed, 10 Aug 2022 11:38:01 GMT</pubDate></item><item><title><![CDATA[Reply to Subdirs project INSTALLS on Wed, 26 Oct 2016 20:15:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vronin">@<bdi>VRonin</bdi></a> This works! Thanks.</p>
]]></description><link>https://forum.qt.io/post/356494</link><guid isPermaLink="true">https://forum.qt.io/post/356494</guid><dc:creator><![CDATA[MartinD]]></dc:creator><pubDate>Wed, 26 Oct 2016 20:15:18 GMT</pubDate></item><item><title><![CDATA[Reply to Subdirs project INSTALLS on Wed, 26 Oct 2016 19:54:38 GMT]]></title><description><![CDATA[<p dir="auto">Then follow <a class="plugin-mentions-user plugin-mentions-a" href="/user/vronin">@<bdi>VRonin</bdi></a>'s suggestion and add it as a subtarget, I have nothing better.</p>
]]></description><link>https://forum.qt.io/post/356490</link><guid isPermaLink="true">https://forum.qt.io/post/356490</guid><dc:creator><![CDATA[kshegunov]]></dc:creator><pubDate>Wed, 26 Oct 2016 19:54:38 GMT</pubDate></item><item><title><![CDATA[Reply to Subdirs project INSTALLS on Wed, 26 Oct 2016 19:46:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kshegunov">@<bdi>kshegunov</bdi></a> Unfortunately, this doesn't have any effect. I still see installs of subdir projects to come later than install of my base project if TARGET.depends of my base project contains all my subdir projects.</p>
]]></description><link>https://forum.qt.io/post/356487</link><guid isPermaLink="true">https://forum.qt.io/post/356487</guid><dc:creator><![CDATA[MartinD]]></dc:creator><pubDate>Wed, 26 Oct 2016 19:46:04 GMT</pubDate></item><item><title><![CDATA[Reply to Subdirs project INSTALLS on Wed, 26 Oct 2016 16:11:07 GMT]]></title><description><![CDATA[<p dir="auto">alternatively move the installs on another <a href="http://GeneralInstall.pro" target="_blank" rel="noopener noreferrer nofollow ugc">GeneralInstall.pro</a> file and make add it to the current subdir project setting the depends</p>
]]></description><link>https://forum.qt.io/post/356460</link><guid isPermaLink="true">https://forum.qt.io/post/356460</guid><dc:creator><![CDATA[VRonin]]></dc:creator><pubDate>Wed, 26 Oct 2016 16:11:07 GMT</pubDate></item><item><title><![CDATA[Reply to Subdirs project INSTALLS on Wed, 26 Oct 2016 15:57:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/martind">@<bdi>MartinD</bdi></a><br />
Have you tried setting a dependency? Something along the lines of:</p>
<pre><code>SUBDIRS = project1 project2
# ...
TARGET.depends = prohject1 project2
</code></pre>
]]></description><link>https://forum.qt.io/post/356458</link><guid isPermaLink="true">https://forum.qt.io/post/356458</guid><dc:creator><![CDATA[kshegunov]]></dc:creator><pubDate>Wed, 26 Oct 2016 15:57:45 GMT</pubDate></item></channel></rss>