summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qml_direct/mpvtest.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/qml_direct/mpvtest.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/qml_direct/mpvtest.pro')
-rw-r--r--DOCS/client_api_examples/qml_direct/mpvtest.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/DOCS/client_api_examples/qml_direct/mpvtest.pro b/DOCS/client_api_examples/qml_direct/mpvtest.pro
deleted file mode 100644
index 0b2e96fe99..0000000000
--- a/DOCS/client_api_examples/qml_direct/mpvtest.pro
+++ /dev/null
@@ -1,12 +0,0 @@
-QT += qml quick
-
-HEADERS += main.h
-SOURCES += main.cpp
-
-QT_CONFIG -= no-pkg-config
-CONFIG += link_pkgconfig debug
-PKGCONFIG += mpv
-
-RESOURCES += mpvtest.qrc
-
-OTHER_FILES += main.qml