mirror of
https://github.com/mpv-player/mpv
synced 2025-01-14 02:51:26 +00:00
2ad0be8592
Dump chapters and track list to the log for demo purposes. Compile in debug mode.
13 lines
202 B
Prolog
13 lines
202 B
Prolog
QT += core gui
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
TARGET = qtexample
|
|
TEMPLATE = app
|
|
|
|
CONFIG += link_pkgconfig debug
|
|
PKGCONFIG = mpv
|
|
|
|
SOURCES += qtexample.cpp
|
|
HEADERS += qtexample.h
|