diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-12-18 12:05:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2016-12-18 12:05:31 +0000 |
commit | eef33ace11e938cc0b8e3170ea0bd89292965a6d (patch) | |
tree | 0f7bf2e82485f4596572993293f854f418919c43 /app/app.pro | |
parent | 4070906d15818ed8be754d810c3157761da189bb (diff) | |
parent | 9daba1c3bc1cb1ae68486a7aa34f734e54748403 (diff) |
Merge "move MediaPlayer from CES2017"
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 14 |
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) |