<div dir="ltr"><div><br></div>I am modifying vlc source to use some additional modules from qt library such as qnetwork. By default it only includes qtcore and gui.<div><br></div><div>The standard way to include these components is to add to qmake .pro file i.e. QT+=network</div>
<div><br></div><div style>However, i am not able to locate some thing similar in vlc git source code. I went through <a href="http://modules.am">modules.am</a> files but couldn't find the libraries specified any where.</div>
<div style><br></div><div style>The only possible manual way for me so far was to add a line to each occurrence in the make file located at</div><div style><br></div><div style>modules/gui/Makefile like this</div><div style>
<br></div><div style>-I/usr/include/qt4/QtGui  -I/usr/include/qt4/QtNetwork</div><div style><br></div><div style><div>LIBS_qt4 =   -lSM -lICE -lX11 -lQtGui -lQtCore  -lQtNetwork -lm </div><div><br></div><div style>this of course is gone with every recompile and has to be manually done again.</div>
<div style><br></div><div style>Is there a better way?</div><div style><br></div><div style>Thanks</div><div><br></div></div></div>