After I statically compiled taglib and I got a <div>libtag.a<div>How do I use it in a Qt project?</div><div>I added </div><div><br></div><div>
<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;">
<tbody><tr>
<td style="border: none;">
<pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">QMAKE_LFLAGS += -static</pre><pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
LIBS += &quot;/path/to/taglib/&quot; -ltag</pre><pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br></pre><pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
<span class="Apple-style-span" style="font-size: small;">in qt&#39;s .pro file,does this mean every lib I need will be statically compiled?</span></pre><pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
<span class="Apple-style-span" style="font-size: small;">but I don&#39;t want to statically compile those shared libs in Linux.</span></pre><pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
<span class="Apple-style-span" style="font-size: small;">What does these change in .pro file mean on earth?</span></pre><pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">
<span class="Apple-style-span" style="font-size: small;"><br></span></pre><pre style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span class="Apple-style-span" style="font-size: small;">thx for every one&#39;s continuous support again.</span></pre>
</td></tr></tbody></table><br><div class="gmail_quote">On Tue, Aug 24, 2010 at 4:28 PM, Scott Wheeler <span dir="ltr">&lt;<a href="mailto:wheeler@kde.org">wheeler@kde.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On 08/23/2010 01:49 PM, Jeff Mitchell wrote:<br>
&gt; [...] For instance, an installation with nearly any KDE packages in<br>
<div class="im">&gt; it is<br>
&gt; likely to have taglib as well, but a pure-GNOME installation may not.<br>
&gt;<br>
<br>
</div>Default GNOME installs tend to have it as well since it&#39;s pulled in by<br>
the GStreamer plugins packages, which in turn all of the GNOME<br>
multimedia stuff requires.<br>
<br>
&gt; [...] It would be far easier for you to say &quot;install taglib from<br>
<div class="im">&gt; your system packages if you don&#39;t have it already&quot;<br>
&gt;<br>
<br>
</div>Don&#39;t most of the new-fandangled package manager thingers try to<br>
resolve dependencies from remote repos by default now?<br>
<div><div></div><div class="h5"><br>
-Scott<br>
_______________________________________________<br>
taglib-devel mailing list<br>
<a href="mailto:taglib-devel@kde.org">taglib-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/taglib-devel" target="_blank">https://mail.kde.org/mailman/listinfo/taglib-devel</a><br>
</div></div></blockquote></div><br></div></div>