[vlc-devel] how to include qnetwork library to qt in vlc source

fayyaz lodhi fayyazkl at gmail.com
Sun Dec 30 19:12:45 CET 2012


Thanks for the response Francois.

> LIBS_qt4 =   -lSM -lICE -lX11 -lQtGui -lQtCore  -lQtNetwork -lm
>
> this of course is gone with every recompile and has to be manually done
> again.

> Yes it's just another library, so it has to be handled like QtGui.

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.


On Sun, Dec 30, 2012 at 10:58 PM, Francois Cartegnie <fcvlcdev at free.fr>wrote:

> Le 30/12/2012 18:08, fayyaz lodhi a écrit :
> > The standard way to include these components is to add to qmake .pro file
> > i.e. QT+=network
>
> No .pro as build is not handled by Qt.
>
> > LIBS_qt4 =   -lSM -lICE -lX11 -lQtGui -lQtCore  -lQtNetwork -lm
> >
> > this of course is gone with every recompile and has to be manually done
> > again.
>
> Yes it's just another library, so it has to be handled like QtGui.
>
> Francois
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20121230/d09a589b/attachment.html>


More information about the vlc-devel mailing list