mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 22:30:22 +00:00
da4f722579
Also get rid of shared.h; it actually doesn't have much value. Just copy the tiny function it contained into the 2 files which used it.
13 lines
203 B
Prolog
13 lines
203 B
Prolog
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
|