summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qtexample.pro
blob: 40a4d964e2466c02fd76c59ddaa0e526a91985fd (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