<br><div>I am basically trying to add functionality to vlc and have tried including QNetworkaccessManager but wasn't successful so far.</div><div><br></div><div>My needs are to add http file download at a certain point in vlc.</div>
<div><br></div><div>The default qt open source installation comes with a sample example http download module located at</div><div><br></div><div><div>../qt-everywhere-opensource-src-4.8.3/examples/network/http</div></div>
<div><br></div><div>I copied this whole folder into vlc/modules/gui/qt4/ and tried creating an object of this class from vlc's OpenDialog.</div><div><br></div><div>I did rebuild (make) the qt4 component but don't seem to be successful in including these files.</div>
<div><br></div><div>I manually included the httpwindow.cpp file from the above example in the qt4 make file, but no success yet.</div><div><br></div><div>Could some one please provide some guidelines into including a .cpp and .h file into vlc ui?</div>
<div><br></div><div>Thanks,<br>Fayyaz</div>