<?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[Qt project on MacOS Catalina with static libraries]]></title><description><![CDATA[<p dir="auto">I have c++ project where I have 3 libraries. Two static and one dynamic which is dependent from first two. Those two are building successfully and third is crashing while building because lack of symbols from static libs. There is also warning which I think is crucial here:</p>
<pre><code>ld: warning: ignoring file /Users/pwpw/Desktop/plid/Core/../Common/libcommon64.a, building for macOS-x86_64 but attempting to link with file built for macOS-x86_64
</code></pre>
<p dir="auto">I am using QT to build the project. The problem occurs only on MacOS and my version is now 10.15.3 and Qt version is 5.13.1 with clang 64 bit.</p>
<p dir="auto">Moreover I can add external static lib to project and don't get any errors.</p>
<p dir="auto">Thank you in advance for help!</p>
]]></description><link>https://forum.qt.io/topic/110533/qt-project-on-macos-catalina-with-static-libraries</link><generator>RSS for Node</generator><lastBuildDate>Sat, 02 May 2026 11:07:09 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/110533.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 10 Jan 2020 10:45:38 GMT</pubDate><ttl>60</ttl></channel></rss>