summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qt_opengl/qt_opengl.pro
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-10 21:47:51 +0100
committerwm4 <wm4@nowhere>2016-03-10 21:47:51 +0100
commit9bc5c020de87fdffc40c9103992b26fe80cfe944 (patch)
tree1a31520041e5ac021fd351f2a6a798dc5c3a927b /DOCS/client_api_examples/qt_opengl/qt_opengl.pro
parentd8b27ee4de4e26d594855960a4421b99db9e76ea (diff)
downloadmpv-9bc5c020de87fdffc40c9103992b26fe80cfe944.tar.bz2
mpv-9bc5c020de87fdffc40c9103992b26fe80cfe944.tar.xz
DOCS: remove client API examples
Moved to: https://github.com/mpv-player/mpv-examples
Diffstat (limited to 'DOCS/client_api_examples/qt_opengl/qt_opengl.pro')
-rw-r--r--DOCS/client_api_examples/qt_opengl/qt_opengl.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/DOCS/client_api_examples/qt_opengl/qt_opengl.pro b/DOCS/client_api_examples/qt_opengl/qt_opengl.pro
deleted file mode 100644
index 8a2bcc665d..0000000000
--- a/DOCS/client_api_examples/qt_opengl/qt_opengl.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-CONFIG -= app_bundle
-QT += widgets
-
-QT_CONFIG -= no-pkg-config
-CONFIG += link_pkgconfig debug
-PKGCONFIG += mpv
-
-HEADERS = \
- mpvwidget.h \
- mainwindow.h
-SOURCES = main.cpp \
- mpvwidget.cpp \
- mainwindow.cpp