summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-12-18 12:05:31 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2016-12-18 12:05:31 +0000
commiteef33ace11e938cc0b8e3170ea0bd89292965a6d (patch)
tree0f7bf2e82485f4596572993293f854f418919c43 /app/app.pro
parent4070906d15818ed8be754d810c3157761da189bb (diff)
parent9daba1c3bc1cb1ae68486a7aa34f734e54748403 (diff)
Merge "move MediaPlayer from CES2017"
Diffstat (limited to 'app/app.pro')
-rw-r--r--app/app.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/app.pro b/app/app.pro
new file mode 100644
index 0000000..23ecfea
--- /dev/null
+++ b/app/app.pro
@@ -0,0 +1,14 @@
+TARGET = mediaplayer
+QT = quickcontrols2 multimedia
+
+HEADERS += \
+ playlistwithmetadata.h
+
+SOURCES = main.cpp \
+ playlistwithmetadata.cpp
+
+RESOURCES += \
+ mediaplayer.qrc \
+ images/images.qrc
+
+include(app.pri)