Re: libVLC integration in Qt
Build and install the library then adapt your PRO file using paths that match your installed library:
Declaring Other Libraries
QMake Variable Reference: LIBS
QMake Variable Reference: INCLUDEPATH
Re: libVLC integration in Qt
Thank you for the hints. I don't how to build the library out of the source. Which tool do I have to use? I see that there's a CMakeLists.txt, but as far as I know I can not use CMake to build pro file for QT Creator, but only a sln file for Microsoft VS (which I don't use).
Thanks in advance.
Re: libVLC integration in Qt
Building the library has nothing to do with Qt Creator.
Assuming you are using MingW for compiling your projects.
You will need the full MSys/Mingw suite (I do not think the cut-down version in the Qt binary download is sufficient)
https://wiki.videolan.org/Win32CompileMSYS/
BTW: I see no CMakelists.txt in the source: http://git.videolan.org/?p=vlc.git;a=tree