mirror of
https://github.com/mpv-player/mpv
synced 2024-12-30 02:52:10 +00:00
14 lines
230 B
Prolog
14 lines
230 B
Prolog
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
|