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, 13 insertions, 0 deletions
diff --git a/DOCS/client_api_examples/qt_opengl/qt_opengl.pro b/DOCS/client_api_examples/qt_opengl/qt_opengl.pro
new file mode 100644
index 0000000000..8a2bcc665d
--- /dev/null
+++ b/DOCS/client_api_examples/qt_opengl/qt_opengl.pro
@@ -0,0 +1,13 @@
+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