Code Review
/
apps
/
mediaplayer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
qml: bluetooth: don't display icon unless connection
[apps/mediaplayer.git]
/
app
/
app.pro
1
TARGET = mediaplayer
2
QT = quickcontrols2 multimedia
3
4
HEADERS += \
5
playlistwithmetadata.h
6
7
SOURCES = main.cpp \
8
playlistwithmetadata.cpp
9
10
RESOURCES += \
11
mediaplayer.qrc \
12
images/images.qrc
13
14
include(app.pri)