<?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[Install lib to mingw]]></title><description><![CDATA[<p dir="auto">as you add a .lib?<br />
I use mingw on windows vista 32 bit.</p>
]]></description><link>https://forum.qt.io/topic/48796/install-lib-to-mingw</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 12:10:03 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/48796.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 03 Dec 2014 08:22:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Install lib to mingw on Thu, 04 Dec 2014 08:18:41 GMT]]></title><description><![CDATA[<p dir="auto">He said the manufacturer of the library.<br />
I wrote that is not compatible with mingw.<br />
Thanks for the help you have given me.</p>
]]></description><link>https://forum.qt.io/post/253126</link><guid isPermaLink="true">https://forum.qt.io/post/253126</guid><dc:creator><![CDATA[Salvatello]]></dc:creator><pubDate>Thu, 04 Dec 2014 08:18:41 GMT</pubDate></item><item><title><![CDATA[Reply to Install lib to mingw on Wed, 03 Dec 2014 11:37:49 GMT]]></title><description><![CDATA[<p dir="auto">I tried this:<br />
I downloaded a program (lib2) that converts libreria.lib + libreria.dll in liblibreria.a;</p>
<p dir="auto">I post:<br />
@win32: LIBS += -L$$PWD/../LIBLIBRERIA/debug/ -llibreria</p>
<p dir="auto">INCLUDEPATH += $$PWD/../LIBLIBRERIA/debug<br />
DEPENDPATH += $$PWD/../LIBLIBRERIA/debug</p>
<p dir="auto">win32:!win32-g++: PRE_TARGETDEPS += $$PWD/../LIBLIBRERIA/debug/libreria.lib<br />
else:win32-g++: PRE_TARGETDEPS += $$PWD/../LIBLIBRERIA/debug/liblibreria.a@</p>
<p dir="auto">but I leave the following errors:<br />
undefined reference to imp_zn5……….Ev<br />
undefined reference to imp_zn5……….Eb<br />
undefined reference to imp_zn5……….Esb<br />
...<br />
...<br />
...</p>
<p dir="auto">one for each function that should be called from libreria.lib or libreria.dll</p>
]]></description><link>https://forum.qt.io/post/253032</link><guid isPermaLink="true">https://forum.qt.io/post/253032</guid><dc:creator><![CDATA[Salvatello]]></dc:creator><pubDate>Wed, 03 Dec 2014 11:37:49 GMT</pubDate></item><item><title><![CDATA[Reply to Install lib to mingw on Wed, 03 Dec 2014 11:29:52 GMT]]></title><description><![CDATA[<p dir="auto">OK, I think I got you now.</p>
<p dir="auto">You have a static library, ending with .lib, and you want to include it in your project, which uses MinGW. As far as I know, this is not possible. LIB files come from MSVC compiler, which is not compatible with MinGW. MinGW expect .a files.</p>
<p dir="auto">You need to either switch to dynamic libaries (DLLs), or get a MinGW build of your Liberia library, or switch to MSVC yourself.</p>
]]></description><link>https://forum.qt.io/post/253031</link><guid isPermaLink="true">https://forum.qt.io/post/253031</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Wed, 03 Dec 2014 11:29:52 GMT</pubDate></item><item><title><![CDATA[Reply to Install lib to mingw on Wed, 03 Dec 2014 11:26:11 GMT]]></title><description><![CDATA[<p dir="auto">no, I liblibreria.a<br />
I only libreria.lib and libreria.dll;<br />
liblibreria.a inserts it when I insert library with add library.<br />
I do not know what liblibreria.a.<br />
You can explain it to me?</p>
]]></description><link>https://forum.qt.io/post/253030</link><guid isPermaLink="true">https://forum.qt.io/post/253030</guid><dc:creator><![CDATA[Salvatello]]></dc:creator><pubDate>Wed, 03 Dec 2014 11:26:11 GMT</pubDate></item><item><title><![CDATA[Reply to Install lib to mingw on Wed, 03 Dec 2014 11:05:04 GMT]]></title><description><![CDATA[<p dir="auto">Looks like the compilation goes well, only the linking fails.</p>
<p dir="auto">Please check that the libliberia.a is located in the directory specified in the .pro file. You can also modify the LIBS variable call to point specifically to the libliberia.a file.</p>
]]></description><link>https://forum.qt.io/post/253027</link><guid isPermaLink="true">https://forum.qt.io/post/253027</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Wed, 03 Dec 2014 11:05:04 GMT</pubDate></item><item><title><![CDATA[Reply to Install lib to mingw on Wed, 03 Dec 2014 10:56:28 GMT]]></title><description><![CDATA[<p dir="auto">I have libreria.lib</p>
<p dir="auto">I add library - external library - I select libreria.lib - put static</p>
<p dir="auto">I created the following code:<br />
@win32: LIBS += -L$$PWD/../LIBLIBRERIA/debug/ -llibreria</p>
<p dir="auto">INCLUDEPATH += $$PWD/../LIBLIBRERIA/debug<br />
DEPENDPATH += $$PWD/../LIBLIBRERIA/debug</p>
<p dir="auto">win32:!win32-g++: PRE_TARGETDEPS += $$PWD/../LIBLIBRERIA/debug/libreria.lib<br />
else:win32-g++: PRE_TARGETDEPS += $$PWD/../LIBLIBRERIA/debug/liblibreria.a@</p>
<p dir="auto">I have two questions at this point:<br />
liblibreria.a is it?</p>
<p dir="auto">if little man liblibreria.a come out these errors:<br />
undefined reference to imp_zn5……….Ev<br />
undefined reference to imp_zn5……….Eb<br />
undefined reference to imp_zn5……….Esb</p>
<p dir="auto">what do I do?</p>
]]></description><link>https://forum.qt.io/post/253024</link><guid isPermaLink="true">https://forum.qt.io/post/253024</guid><dc:creator><![CDATA[Salvatello]]></dc:creator><pubDate>Wed, 03 Dec 2014 10:56:28 GMT</pubDate></item><item><title><![CDATA[Reply to Install lib to mingw on Wed, 03 Dec 2014 10:19:26 GMT]]></title><description><![CDATA[<p dir="auto">Please explain what do you mean? What is the problem and what do you want to achieve?</p>
]]></description><link>https://forum.qt.io/post/253017</link><guid isPermaLink="true">https://forum.qt.io/post/253017</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Wed, 03 Dec 2014 10:19:26 GMT</pubDate></item></channel></rss>