summaryrefslogtreecommitdiffstats
path: root/demo3/vertical/videoplayer/app/app.pro
diff options
context:
space:
mode:
Diffstat (limited to 'demo3/vertical/videoplayer/app/app.pro')
-rw-r--r--demo3/vertical/videoplayer/app/app.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/demo3/vertical/videoplayer/app/app.pro b/demo3/vertical/videoplayer/app/app.pro
new file mode 100644
index 0000000..fdb0bc2
--- /dev/null
+++ b/demo3/vertical/videoplayer/app/app.pro
@@ -0,0 +1,14 @@
+TARGET = videoplayer
+QT = quickcontrols2 multimedia
+
+SOURCES = main.cpp
+
+CONFIG += link_pkgconfig
+PKGCONFIG += libhomescreen qlibwindowmanager
+
+RESOURCES += \
+ videoplayer.qrc \
+ images/images.qrc
+
+include(app.pri)
+