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

doc: QtPlayer: update .pro file to use pkg-config

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.
parent 1d001c20
No related branches found
No related tags found
No related merge requests found
Pipeline #54161 passed with stages
in 22 minutes and 1 second
TEMPLATE = app
TARGET = qtvlc
DEPENDPATH += .
INCLUDEPATH += .
LIBS += -lvlc -lX11
# Input
CONFIG += link_pkgconfig force_debug_info
PKGCONFIG = libvlc
QT += widgets
HEADERS += player.h
SOURCES += main.cpp player.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