Update for app framework removal
[apps/mediaplayer.git] / app / app.pro
1 TEMPLATE = app
2 TARGET = mediaplayer
3 QT = qml quickcontrols2
4 CONFIG += c++11 link_pkgconfig
5
6 PKGCONFIG += qtappfw-mediaplayer
7
8 SOURCES = main.cpp
9
10 RESOURCES += \
11     mediaplayer.qrc \
12     images/images.qrc
13
14 target.path = /usr/bin
15 target.files += $${OUT_PWD}/$${TARGET}
16 target.CONFIG = no_check_exist executable
17
18 INSTALLS += target