<div dir="ltr">Thanks for the response Francois.<div><br></div><div><div class="im" style="font-family:arial,sans-serif;font-size:13.333333969116211px">> LIBS_qt4 =   -lSM -lICE -lX11 -lQtGui -lQtCore  -lQtNetwork -lm<br>
><br>> this of course is gone with every recompile and has to be manually done<br>> again.<br><br></div><span style="font-family:arial,sans-serif;font-size:13.333333969116211px">> Yes it's just another library, so it has to be handled like QtGui.</span><br style="font-family:arial,sans-serif;font-size:13.333333969116211px">
</div><div><br></div><div style>My understanding is that some where qt core and gui were specified to be included. That is why they were included in the generated make file. I was wondering if i could add network at that place so that i could avoid having to manually patch it with every compilation.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Dec 30, 2012 at 10:58 PM, Francois Cartegnie <span dir="ltr"><<a href="mailto:fcvlcdev@free.fr" target="_blank">fcvlcdev@free.fr</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le 30/12/2012 18:08, fayyaz lodhi a écrit :<br>
<div class="im">> The standard way to include these components is to add to qmake .pro file<br>
> i.e. QT+=network<br>
<br>
</div>No .pro as build is not handled by Qt.<br>
<div class="im"><br>
> LIBS_qt4 =   -lSM -lICE -lX11 -lQtGui -lQtCore  -lQtNetwork -lm<br>
><br>
> this of course is gone with every recompile and has to be manually done<br>
> again.<br>
<br>
</div>Yes it's just another library, so it has to be handled like QtGui.<br>
<br>
Francois<br>
<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</blockquote></div><br></div>