Skip to content
Snippets Groups Projects
Commit d99c2801 authored by Alexandre Janniaux's avatar Alexandre Janniaux
Browse files

doc: QtGL: use pkg-config to find libvlc

The sample can now be built using either directly `qmake` (using
pkg-config to find the library on the system) or with the longer
`PKG_CONFIG_PATH=/path/where/vlc/is/installed qmake`.
parent 44782fa1
No related branches found
No related tags found
No related merge requests found
TEMPLATE = app
TARGET = qtglvlc
DEPENDPATH += .
INCLUDEPATH += . ../../../include
LIBS += -lvlc
#-L../../../../build/git64/lib/.libs
CONFIG += link_pkgconfig
PKGCONFIG = libvlc
QT += widgets
SOURCES += main.cpp qtvlcwidget.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment