Add demo video player app for CES2018
[apps/videoplayer.git] / app / app.pro
diff --git a/app/app.pro b/app/app.pro
new file mode 100644 (file)
index 0000000..eeb139c
--- /dev/null
@@ -0,0 +1,11 @@
+TARGET = videoplayer
+QT = quick aglextras multimedia
+
+SOURCES = main.cpp
+
+RESOURCES += \
+    videoplayer.qrc \
+    images/images.qrc
+
+include(app.pri)
+