QWindowsIntegrationPlugin is supposed to be linked against only when the
example is being compiled for Windows platform.
Cherry-picked from commit ce4e4085c6.
Signed-off-by: Alexandre Janniaux <alexandre.janniaux@gmail.com>
Similar to the one in the QtGl sample.
Cherry-picked from commit 930b5ef4f9.
Note that QtGl sample doesn't exist in the 3.0.x branch.
Signed-off-by: Alexandre Janniaux <alexandre.janniaux@gmail.com>
It allows to configure the example with, for instance, the following
command line:
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ qmake ..
PKG_CONFIG_PATH can be adapted to the path where libvlc has been
installed and/or where Qt is available.
This also remove the unused parts, and add QT += widgets which is needed
to compile.
Cherry-picked from commit d99c280178.
Signed-off-by: Alexandre Janniaux <alexandre.janniaux@gmail.com>
In a git worktree, .git is a regular (text) file, not a directory.
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
(cherry picked from commit abba5c2972)
There has never been any documentation related to what a MRL actually
is, these changes addresses that by (hopefully) describing the entity
in a way that makes it easier for future developers to treat them
correctly.
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
It is not always desirable to have documentation mixed with code.
This, as an example, applies to documentation about a certain feature
spanning several headers; or example implementations to aid future
developers.
These changes creates a designated place for such documentation.
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
AddPendingEvent is protected in wxWindow so orignial example code don't compile. Access to this method should be made by using wxWindow::GetEventHandler()
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
This commit also adds a related documentation file (doc/browsing.txt) describing
the expected behavior of pf_readdir callback implementations
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>