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

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = qtexample
TEMPLATE = app

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

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