summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qtexample.pro
blob: 84c34031d30024719fded5d49509310c6dce9304 (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 debug
PKGCONFIG = mpv

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