app/MediaPlayer.qml: Adjust the playlist size so it arranged correctly
[apps/mediaplayer.git] / app / app.pro
1 TARGET = mediaplayer
2 QT = quickcontrols2 websockets
3
4 SOURCES = main.cpp
5
6 CONFIG += link_pkgconfig
7 PKGCONFIG += libhomescreen qtappfw-mediaplayer
8
9 RESOURCES += \
10     mediaplayer.qrc \
11     images/images.qrc
12
13 include(app.pri)