summaryrefslogtreecommitdiffstats
path: root/DOCS/client_api_examples/qt/qtexample.pro
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/client_api_examples/qt/qtexample.pro')
-rw-r--r--DOCS/client_api_examples/qt/qtexample.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/DOCS/client_api_examples/qt/qtexample.pro b/DOCS/client_api_examples/qt/qtexample.pro
deleted file mode 100644
index 7c0a6ade02..0000000000
--- a/DOCS/client_api_examples/qt/qtexample.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-QT += core gui
-
-greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
-
-TARGET = qtexample
-TEMPLATE = app
-
-QT_CONFIG -= no-pkg-config
-CONFIG += link_pkgconfig debug
-PKGCONFIG += mpv
-
-SOURCES += qtexample.cpp
-HEADERS += qtexample.h