summaryrefslogtreecommitdiffstats
path: root/app/app.pro
diff options
context:
space:
mode:
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)