summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorque <torque@1>2015-05-16 11:49:59 -0700
committerwm4 <wm4@nowhere>2015-05-16 20:56:44 +0200
commit5d2a2c7fc2ff048fd679f30064397453affe3d1d (patch)
treed67503ef1170b3813ca470376b58ac51ff8af8d5
parentf9ff4b59a266cfbbcf7dc633b2c31cf97c67abc4 (diff)
downloadmpv-5d2a2c7fc2ff048fd679f30064397453affe3d1d.tar.bz2
mpv-5d2a2c7fc2ff048fd679f30064397453affe3d1d.tar.xz
DOCS/client_api_examples: Qt: force qmake to use pkg-config.
-rw-r--r--DOCS/client_api_examples/qml/mpvtest.pro1
-rw-r--r--DOCS/client_api_examples/qml_direct/mpvtest.pro1
-rw-r--r--DOCS/client_api_examples/qt/qtexample.pro1
3 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/client_api_examples/qml/mpvtest.pro b/DOCS/client_api_examples/qml/mpvtest.pro
index 323b8bef71..0b2e96fe99 100644
--- a/DOCS/client_api_examples/qml/mpvtest.pro
+++ b/DOCS/client_api_examples/qml/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
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
diff --git a/DOCS/client_api_examples/qt/qtexample.pro b/DOCS/client_api_examples/qt/qtexample.pro
index 40a4d964e2..7c0a6ade02 100644
--- a/DOCS/client_api_examples/qt/qtexample.pro
+++ b/DOCS/client_api_examples/qt/qtexample.pro
@@ -5,6 +5,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = qtexample
TEMPLATE = app
+QT_CONFIG -= no-pkg-config
CONFIG += link_pkgconfig debug
PKGCONFIG += mpv