summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qtexample.pro
blob: 03174b8778ae880062a4a0e4c455938c12babd22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT       += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = qtexample
TEMPLATE = app

CONFIG += link_pkgconfig
PKGCONFIG = mpv

SOURCES += qtexample.cpp
HEADERS += qtexample.h