summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qml_direct/mpvtest.pro
diff options
context:
space:
mode:
authortorque <torque@1>2015-05-16 11:49:59 -0700
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-05-19 11:11:54 +0900
commitd5b6419eecb813d8ee957fffe0891d90b7bbd1d1 (patch)
treec15e997c7b5b59dfb5bd518c63183b808b272a4d /DOCS/client_api_examples/qml_direct/mpvtest.pro
parent679de2b295dea63d1a6feb70d599673112eb4e1e (diff)
downloadmpv-d5b6419eecb813d8ee957fffe0891d90b7bbd1d1.tar.bz2
mpv-d5b6419eecb813d8ee957fffe0891d90b7bbd1d1.tar.xz
DOCS/client_api_examples: Qt: force qmake to use pkg-config.
(cherry picked from commit 5d2a2c7fc2ff048fd679f30064397453affe3d1d)
Diffstat (limited to 'DOCS/client_api_examples/qml_direct/mpvtest.pro')
-rw-r--r--DOCS/client_api_examples/qml_direct/mpvtest.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/client_api_examples/qml_direct/mpvtest.pro b/DOCS/client_api_examples/qml_direct/mpvtest.pro
index 323b8bef71..0b2e96fe99 100644
--- a/DOCS/client_api_examples/qml_direct/mpvtest.pro
+++ b/DOCS/client_api_examples/qml_direct/mpvtest.pro
@@ -3,6 +3,7 @@ QT += qml quick
HEADERS += main.h
SOURCES += main.cpp
+QT_CONFIG -= no-pkg-config
CONFIG += link_pkgconfig debug
PKGCONFIG += mpv