<?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[Unable to copy library at DESTDIR]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Below lines are used in my .pro file.<br />
#Supporting DLLs<br />
dlls.path   += $${DESTDIR}<br />
dlls.files += $$[QT_INSTALL_BINS]/libstdc++-6.dll<br />
dlls.files += $$[QT_INSTALL_BINS]/Qt5Core.dll<br />
dlls.files += $$[QT_INSTALL_BINS]/Qt5Gui.dll<br />
INSTALLS   += dlls</p>
<p dir="auto">: Added "install" as make argument.<br />
After compilation Qt5core and Qt5Gui are copied successfully. But there is error message for libstdc++-6.dll (which is present at C:\Qt\Qt5.4.0\5.4\mingw491_32\bin)</p>
<p dir="auto">Error :<br />
C:\Qt\Qt5.4.0\5.4\mingw491_32\bin\libstdc++-6.dll<br />
The system cannot find the file specified.<br />
Makefile.Debug:3465: recipe for target 'install_dlls' failed<br />
mingw32-make[1]: [install_dlls] Error 1 (ignored)</p>
]]></description><link>https://forum.qt.io/topic/81691/unable-to-copy-library-at-destdir</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 10:43:43 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/81691.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Jul 2017 17:07:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to copy library at DESTDIR on Wed, 26 Jul 2017 11:38:33 GMT]]></title><description><![CDATA[<p dir="auto">I assume this is an install target? If my memory serves me there was some bug with install targets so some of the dlls that come from mingw are not copied. If it copies your other binaries then you've probably hit that. <s>I'll try to find the relevant thread.</s></p>
<p dir="auto">Here you go: <a href="https://forum.qt.io/topic/73235/copying-dlls-into-target-directory">https://forum.qt.io/topic/73235/copying-dlls-into-target-directory</a></p>
]]></description><link>https://forum.qt.io/post/406930</link><guid isPermaLink="true">https://forum.qt.io/post/406930</guid><dc:creator><![CDATA[kshegunov]]></dc:creator><pubDate>Wed, 26 Jul 2017 11:38:33 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to copy library at DESTDIR on Wed, 26 Jul 2017 03:45:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/charlie_hdz">@<bdi>Charlie_Hdz</bdi></a><br />
my requirement is to copy dependency libraries of my executable into DESTDIR,<br />
one of the dependency library is libstdc++-6.dll</p>
]]></description><link>https://forum.qt.io/post/406794</link><guid isPermaLink="true">https://forum.qt.io/post/406794</guid><dc:creator><![CDATA[yuvaram]]></dc:creator><pubDate>Wed, 26 Jul 2017 03:45:03 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to copy library at DESTDIR on Wed, 26 Jul 2017 03:43:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joeq">@<bdi>joeQ</bdi></a><br />
refer <a href="http://doc.qt.io/qt-5/qmake-environment-reference.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/qmake-environment-reference.html</a></p>
]]></description><link>https://forum.qt.io/post/406792</link><guid isPermaLink="true">https://forum.qt.io/post/406792</guid><dc:creator><![CDATA[yuvaram]]></dc:creator><pubDate>Wed, 26 Jul 2017 03:43:17 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to copy library at DESTDIR on Wed, 26 Jul 2017 01:06:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yuvaram">@<bdi>yuvaram</bdi></a></p>
<p dir="auto">I don't understand very well the context.</p>
<p dir="auto">Why don't you use LIBRARY and LIBS instead of dlls.files?</p>
<p dir="auto">Why don't you look at documentation to see which one works for you?</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://forum.qt.io/post/406779</link><guid isPermaLink="true">https://forum.qt.io/post/406779</guid><dc:creator><![CDATA[Charlie_Hdz]]></dc:creator><pubDate>Wed, 26 Jul 2017 01:06:30 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to copy library at DESTDIR on Wed, 26 Jul 2017 00:46:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yuvaram">@<bdi>yuvaram</bdi></a> Hi,friend,welcome.</p>
<p dir="auto">Why didn't i find <code>QT_INSTALL_BINS</code> variable in my windows and mac ? is it custom?</p>
]]></description><link>https://forum.qt.io/post/406775</link><guid isPermaLink="true">https://forum.qt.io/post/406775</guid><dc:creator><![CDATA[joeQ]]></dc:creator><pubDate>Wed, 26 Jul 2017 00:46:36 GMT</pubDate></item></channel></rss>