Browse Source

doc: QtGL: switch to C++14

C++14 is needed to use std::make_unique<> in particular, and is already
a requirement for libvlc anyway.
pull/132/head
Alexandre Janniaux 5 years ago
committed by Hugo Beauzée-Luyssen
parent
commit
a6ab218963
  1. 2
      doc/libvlc/QtGL/QtGl.pro

2
doc/libvlc/QtGL/QtGl.pro

@ -1,7 +1,7 @@
TEMPLATE = app TEMPLATE = app
TARGET = qtglvlc TARGET = qtglvlc
CONFIG += link_pkgconfig force_debug_info CONFIG += c++14 link_pkgconfig force_debug_info
PKGCONFIG = libvlc PKGCONFIG = libvlc
QT += widgets QT += widgets

Loading…
Cancel
Save