1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-07 07:31:48 +00:00

DOCS/client_api_examples: Qt: force qmake to use pkg-config.

This commit is contained in:
torque 2015-05-16 11:49:59 -07:00 committed by wm4
parent f9ff4b59a2
commit 5d2a2c7fc2
3 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@ QT += qml quick
HEADERS += main.h
SOURCES += main.cpp
QT_CONFIG -= no-pkg-config
CONFIG += link_pkgconfig debug
PKGCONFIG += mpv

View File

@ -3,6 +3,7 @@ QT += qml quick
HEADERS += main.h
SOURCES += main.cpp
QT_CONFIG -= no-pkg-config
CONFIG += link_pkgconfig debug
PKGCONFIG += mpv

View File

@ -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