I'm using Qt 5.2 and want to integrate vlclib in my own project. So I downloaded the source of vlclib (for Qt) and also the VLC player itself. I'm stuck in the integration, because I don't have experience with integration of third party components into Qt Creator. So what are the next steps? I know that I have to edit the pro file with libs and headers but don't know exactly how.

Thank you.