Skip to content
  • Alexandre Janniaux's avatar
    doc: QtPlayer: update .pro file to use pkg-config · 092891ad
    Alexandre Janniaux authored
    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.
    092891ad