<?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[macdeployqt also includes debug libs in the app bundle (even for a release build)]]></title><description><![CDATA[<p dir="auto">Our Qt app is built by a CI machine. Recently we updated our Qt version to 5.15.11 and started making universal builds for MacOS. At the end of our pipeline, we run macdeployqt on the build but since we upgraded to 5.15.11, we noticed macdeployqt was also adding debug versions of the Qt libraries to our app bundle. This is a release build, so we don't need the debug libraries. I saw that there's a -use-debug-libs argument to include those libs (which we're not using). Is there a similar argument to prevent macdeployqt from adding these libs?</p>
]]></description><link>https://forum.qt.io/topic/140598/macdeployqt-also-includes-debug-libs-in-the-app-bundle-even-for-a-release-build</link><generator>RSS for Node</generator><lastBuildDate>Sat, 20 Jun 2026 05:35:36 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/140598.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 08 Nov 2022 15:40:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to macdeployqt also includes debug libs in the app bundle (even for a release build) on Wed, 09 Nov 2022 19:55:57 GMT]]></title><description><![CDATA[<p dir="auto">You can have both builds co-existing but macdeployqt should only take the ones used to build your application.</p>
<p dir="auto">Can you run <code>otool -L</code> against your application executable to check which librairies it is linked against.</p>
]]></description><link>https://forum.qt.io/post/735576</link><guid isPermaLink="true">https://forum.qt.io/post/735576</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Wed, 09 Nov 2022 19:55:57 GMT</pubDate></item><item><title><![CDATA[Reply to macdeployqt also includes debug libs in the app bundle (even for a release build) on Wed, 09 Nov 2022 16:31:17 GMT]]></title><description><![CDATA[<p dir="auto">Hey!</p>
<p dir="auto">We were using 5.15.8 before and we didn't have the debug libs in our app bundle. It might have something to do with our new Qt install. A lot of the library files in the qml subfolder are suffixed by _debug.</p>
]]></description><link>https://forum.qt.io/post/735553</link><guid isPermaLink="true">https://forum.qt.io/post/735553</guid><dc:creator><![CDATA[Nihilish]]></dc:creator><pubDate>Wed, 09 Nov 2022 16:31:17 GMT</pubDate></item><item><title><![CDATA[Reply to macdeployqt also includes debug libs in the app bundle (even for a release build) on Tue, 08 Nov 2022 20:15:20 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">5.15.11 being currently commercial only I would recommend contacting the Qt Company directly.</p>
<p dir="auto">In between, is it something that you observed between Qt 5.15.10 and 5.15.11 ?</p>
]]></description><link>https://forum.qt.io/post/735440</link><guid isPermaLink="true">https://forum.qt.io/post/735440</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 08 Nov 2022 20:15:20 GMT</pubDate></item></channel></rss>