summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qtexample.pro
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-30 22:37:56 +0100
committerwm4 <wm4@nowhere>2014-12-30 22:40:25 +0100
commit38976703ca900cd07f10415637b95fa7bf99e738 (patch)
tree9b42d409cdd4bdd09e03bf67c4b606ac38edd092 /DOCS/client_api_examples/qtexample.pro
parent10f51a8c57e857ab8ed09a04237879f8bb329a0f (diff)
downloadmpv-38976703ca900cd07f10415637b95fa7bf99e738.tar.bz2
mpv-38976703ca900cd07f10415637b95fa7bf99e738.tar.xz
DOCS/client_api_examples: qtexample: use queued signals
Use queued signals instead of QEvent for the wakeup notification. This is slightly nicer, and reduces the chance that the event (QEvent::User) could clash with other code using the same event. Also switch to modern connect() syntax.
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 84c34031d3..40a4d964e2 100644
--- a/DOCS/client_api_examples/qtexample.pro
+++ b/DOCS/client_api_examples/qtexample.pro
@@ -6,7 +6,7 @@ TARGET = qtexample
TEMPLATE = app
CONFIG += link_pkgconfig debug
-PKGCONFIG = mpv
+PKGCONFIG += mpv
SOURCES += qtexample.cpp
HEADERS += qtexample.h