summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qtexample.pro
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-13 23:55:57 +0200
committerwm4 <wm4@nowhere>2014-10-13 23:55:57 +0200
commit2ad0be859243b5099767f82d60660e57df2cfbd5 (patch)
tree50c177f457538aeadcaeb050450db65cfdec7f95 /DOCS/client_api_examples/qtexample.pro
parent1c5dbdbfc20868ba6a305921f23746878ec8b5af (diff)
downloadmpv-2ad0be859243b5099767f82d60660e57df2cfbd5.tar.bz2
mpv-2ad0be859243b5099767f82d60660e57df2cfbd5.tar.xz
DOCS/client_api_examples: qtexample: stuff
Dump chapters and track list to the log for demo purposes. Compile in debug mode.
Diffstat (limited to 'DOCS/client_api_examples/qtexample.pro')
-rw-r--r--DOCS/client_api_examples/qtexample.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/client_api_examples/qtexample.pro b/DOCS/client_api_examples/qtexample.pro
index 03174b8778..84c34031d3 100644
--- a/DOCS/client_api_examples/qtexample.pro
+++ b/DOCS/client_api_examples/qtexample.pro
@@ -5,7 +5,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qtexample
TEMPLATE = app
-CONFIG += link_pkgconfig
+CONFIG += link_pkgconfig debug
PKGCONFIG = mpv
SOURCES += qtexample.cpp