<?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[make install doesn&#x27;t work]]></title><description><![CDATA[<pre><code>INSTALL_HEADERS += /test.dll
trg.path = C:/Users/bambo/Desktop/test
trg.files = $$INSTALL_HEADERS
INSTALLS += trg
</code></pre>
<p dir="auto">That's the only thing was able to find when it comes to using that make installs, it's not clear where it should be put, after building the program nothing appears in the target.</p>
]]></description><link>https://forum.qt.io/topic/156190/make-install-doesn-t-work</link><generator>RSS for Node</generator><lastBuildDate>Sat, 02 May 2026 07:53:54 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/156190.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 20 Apr 2024 15:12:45 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to make install doesn&#x27;t work on Sun, 21 Apr 2024 03:08:46 GMT]]></title><description><![CDATA[<p dir="auto">Have you tried running <code>make install</code> after you build the project?</p>
<p dir="auto">Are you sure that <code>test.dll</code>, which is indeed a strange "header", lives in the root directory of the current disk?</p>
]]></description><link>https://forum.qt.io/post/797443</link><guid isPermaLink="true">https://forum.qt.io/post/797443</guid><dc:creator><![CDATA[ChrisW67]]></dc:creator><pubDate>Sun, 21 Apr 2024 03:08:46 GMT</pubDate></item></channel></rss>