07da5c5f4f6021c16fac899cec6e2df4b42eea0d
[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 qlibwindowmanager qtappfw
8
9 RESOURCES += \
10     mediaplayer.qrc \
11     images/images.qrc
12
13 include(app.pri)