<?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 directory recursively]]></title><description><![CDATA[<p dir="auto">I can't set "Copy directory recursively" in build steps correctly, I want to copy some dll to the build dir, but it kept getting errors.<br />
<img src="https://ddgobkiprc33d.cloudfront.net/577836b8-36a8-46e2-a7b8-a68652eebfac.png" alt="b6d3a31c-04bd-4fd6-b88c-85cdc5081731-image.png" class=" img-fluid img-markdown" /><br />
<img src="https://ddgobkiprc33d.cloudfront.net/3a8ca1d3-f0b0-46df-baec-9a34aca53a12.png" alt="76c06989-d26f-4b56-800c-0e335ad6ba84-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">What is the right format?</p>
]]></description><link>https://forum.qt.io/topic/152926/unable-to-copy-directory-recursively</link><generator>RSS for Node</generator><lastBuildDate>Fri, 08 May 2026 21:20:17 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/152926.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Dec 2023 13:02:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Unable to Copy directory recursively on Mon, 02 Mar 2026 10:49:32 GMT]]></title><description><![CDATA[<p dir="auto">Oh my, didn't know this was a thing!</p>
<p dir="auto">I assume these settings are lost/not usually part of a versioning system?</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alex-to">@<bdi>Alex-To</bdi></a> do you use cmake?</p>
<p dir="auto">I use this function in cmake:</p>
<pre><code>function(copy_dir TARGET SRC_REL DEST_REL)
    add_custom_command(TARGET ${TARGET} POST_BUILD
      COMMAND ${CMAKE_COMMAND} -E make_directory "${DEPLOYMENT_PATH}/$&lt;CONFIG&gt;/${DEST_REL}"
      COMMAND ${CMAKE_COMMAND} -E copy_directory
              "${CMAKE_CURRENT_SOURCE_DIR}/${SRC_REL}"
              "${DEPLOYMENT_PATH}/$&lt;CONFIG&gt;/${DEST_REL}"
      VERBATIM
    )
  endfunction()
</code></pre>
]]></description><link>https://forum.qt.io/post/836703</link><guid isPermaLink="true">https://forum.qt.io/post/836703</guid><dc:creator><![CDATA[J.Hilk]]></dc:creator><pubDate>Mon, 02 Mar 2026 10:49:32 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to Copy directory recursively on Mon, 02 Mar 2026 10:35:40 GMT]]></title><description><![CDATA[<p dir="auto">Where is you project located? Where is the build folder located? Network drive?</p>
]]></description><link>https://forum.qt.io/post/836702</link><guid isPermaLink="true">https://forum.qt.io/post/836702</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Mon, 02 Mar 2026 10:35:40 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to Copy directory recursively on Sat, 28 Feb 2026 15:06:09 GMT]]></title><description><![CDATA[<p dir="auto">I have exactly the same issue.<br />
16:01:44: Error while building/deploying project dynamic-channel-qt (kit: Desktop Qt 6.10.1)<br />
16:01:44: When executing step "Copy directory recursively"</p>
<p dir="auto">Is there any idea when I can find why QTCreactor cannot do it?</p>
<p dir="auto">Product: Qt Creator 18.0.2<br />
Based on: Qt 6.10.1 (GCC 10.3.1 20210422 (Red Hat 10.3.1-1), x86_64)<br />
Built on: Jan 23 2026 00:23:49<br />
From revision: 81c92cce94</p>
<p dir="auto">Regards,</p>
]]></description><link>https://forum.qt.io/post/836674</link><guid isPermaLink="true">https://forum.qt.io/post/836674</guid><dc:creator><![CDATA[Alex To]]></dc:creator><pubDate>Sat, 28 Feb 2026 15:06:09 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to Copy directory recursively on Fri, 09 Feb 2024 18:16:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mark-waston">@<bdi>mark-waston</bdi></a> I have the same problem, did you fix it ?</p>
]]></description><link>https://forum.qt.io/post/789392</link><guid isPermaLink="true">https://forum.qt.io/post/789392</guid><dc:creator><![CDATA[Assyrion]]></dc:creator><pubDate>Fri, 09 Feb 2024 18:16:07 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to Copy directory recursively on Sat, 16 Dec 2023 06:43:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a>  <a href="http://yes.Is" target="_blank" rel="noopener noreferrer nofollow ugc">yes.Is</a> there any problem with my qtcreator installation?</p>
]]></description><link>https://forum.qt.io/post/783418</link><guid isPermaLink="true">https://forum.qt.io/post/783418</guid><dc:creator><![CDATA[mark waston]]></dc:creator><pubDate>Sat, 16 Dec 2023 06:43:07 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to Copy directory recursively on Thu, 14 Dec 2023 06:51:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mark-waston">@<bdi>mark-waston</bdi></a> And this is all you get as error?</p>
]]></description><link>https://forum.qt.io/post/783086</link><guid isPermaLink="true">https://forum.qt.io/post/783086</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Thu, 14 Dec 2023 06:51:36 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to Copy directory recursively on Thu, 14 Dec 2023 06:50:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jsulm">@<bdi>jsulm</bdi></a><br />
<img src="https://ddgobkiprc33d.cloudfront.net/8e272f99-4f52-4618-98e9-b7fa4e33c9c1.png" alt="95d2dc93-459c-4e4b-b08e-c55c1ce1c951-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.qt.io/post/783084</link><guid isPermaLink="true">https://forum.qt.io/post/783084</guid><dc:creator><![CDATA[mark waston]]></dc:creator><pubDate>Thu, 14 Dec 2023 06:50:34 GMT</pubDate></item><item><title><![CDATA[Reply to Unable to Copy directory recursively on Wed, 13 Dec 2023 13:11:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mark-waston">@<bdi>mark-waston</bdi></a> said in <a href="/post/782983">Unable to Copy directory recursively</a>:</p>
<blockquote>
<p dir="auto">but it kept getting errors</p>
</blockquote>
<p dir="auto">Please post the errors</p>
]]></description><link>https://forum.qt.io/post/782984</link><guid isPermaLink="true">https://forum.qt.io/post/782984</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Wed, 13 Dec 2023 13:11:54 GMT</pubDate></item></channel></rss>