Since 1.0 release, libraries were renamed and includes prefix changed to make them fully modular. Please, update CMake search scripts, configure scripts and/or makefiles before updating to latest version.
VLC-Qt examples are now located in the examples repository.
All discussions that are not bug related can be made here. This is also a place where you can publish your guides.
VLC-Qt can be built with any common compiler (g++, clang, MSVC, MinGW). Build files are generated using CMake (3.0.2 or later).
All stable versions of VLC since 2.0 work with VLC-Qt. Both Qt version 4 (4.8 or later) and 5 (5.2 or later) are supported but can not be used at the same time. Binaries will always be provided for latest Qt version released at the time of release. Note that Qt4 may require some manual intervention when installing.
There are some specific CMake flags may need:
BUILD_TESTS
: build test application, OFF by defaultDEBUG_SUFFIX
: add debug suffix 'd' to the libraries, ON on Widows, OFF elsewhereLIBVLC_VERSION
: set VLC version you are compiling with to disable unsupported features, should be defined as base 16 integer like 0x020200
, defaults to latest stable VLC versionSTATIC
: build statically, OFF by defaultAfter running CMake, build with your compiler, depending on makefile generator: Unix based: make
, MSVC: nmake
or jom
, MinGW: mingw32-make
There are two platform specific targets. You can make DMG file on OS X by running make dmg
and you can copy required Qt libraries to test with make windows
.
Found a bug in VLC-Qt? Here are some guidelines on how to report the issue so it can be resolved it as fast as possible:
Your issue will be closed when not replied for a month or longer. Feel free to reopen it later if still encountering the problem.
Please do not send send feature requests and bug reports via e-mail!
To ease the pull request merge into mainline, please follow these requirements:
_vlcInstance