<div dir="ltr">Hi,<div><br></div><div>I am trying to install a .lib file generated during shared library build.</div><div><br></div><div><pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span>Group<span style="color:rgb(192,192,192)"> </span>{</pre>

<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">        </span><span style="color:rgb(128,0,0)">condition</span>:<span style="color:rgb(192,192,192)"> </span>product.type<span style="color:rgb(192,192,192)"> </span>==<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">"dynamiclibrary"</span></pre>

<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">        </span><span style="color:rgb(128,0,0)">fileTagsFilter</span>:<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">"dynamiclibrary_export"</span></pre>

<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">        </span><span style="color:rgb(128,0,0)">qbs.install</span>:<span style="color:rgb(192,192,192)"> </span>true</pre>
<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">        </span><span style="color:rgb(128,0,0)">qbs.installDir</span>:<span style="color:rgb(192,192,192)"> </span><span style="color:rgb(0,128,0)">"lib"</span></pre>

<pre style="margin-top:0px;margin-bottom:0px"><span style="color:rgb(192,192,192)">    </span>}</pre><pre style="margin-top:0px;margin-bottom:0px"><br></pre><pre style="margin-top:0px;margin-bottom:0px"><font face="arial, helvetica, sans-serif">That does not work. What is a correct way of doing this? Also, I did not find "<span style="color:rgb(0,128,0)">dynamiclibrary_export</span>" in qbs sources, so may be this file tag is wrong?</font></pre>
<pre style="margin-top:0px;margin-bottom:0px"><font face="arial, helvetica, sans-serif">
Is it possbile to generate .lib file with qbs using gcc/mingw toolchain (without writing all necessary steps explicitly)?</font></pre><div><br></div>-- <br><div>Best regards,</div><div>Alex Skorodumov</div>
</div></div>