summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qt_opengl/qt_opengl.pro
diff options
context:
space:
mode:
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