Skip to content

Commit

Permalink
DOCS/client_api_examples: Qt: force qmake to use pkg-config.
Browse files Browse the repository at this point in the history
(cherry picked from commit 5d2a2c7)
  • Loading branch information
torque authored and Diogo Franco (Kovensky) committed May 19, 2015
1 parent 679de2b commit d5b6419
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DOCS/client_api_examples/qml/mpvtest.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ QT += qml quick
HEADERS += main.h
SOURCES += main.cpp

QT_CONFIG -= no-pkg-config
CONFIG += link_pkgconfig debug
PKGCONFIG += mpv

Expand Down
1 change: 1 addition & 0 deletions DOCS/client_api_examples/qml_direct/mpvtest.pro
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ QT += qml quick
HEADERS += main.h
SOURCES += main.cpp

QT_CONFIG -= no-pkg-config
CONFIG += link_pkgconfig debug
PKGCONFIG += mpv

Expand Down
1 change: 1 addition & 0 deletions DOCS/client_api_examples/qt/qtexample.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d5b6419

Please sign in to comment.