Update for app framework removal.
[apps/videoplayer.git] / app / app.pro
1 TEMPLATE = app
2 TARGET = videoplayer
3 QT = quick multimedia
4
5 SOURCES = main.cpp
6
7 RESOURCES += \
8     videoplayer.qrc \
9     images/images.qrc
10
11 target.path = /usr/bin
12 target.files += $${OUT_PWD}/$${TARGET}
13 target.CONFIG = no_check_exist executable
14
15 INSTALLS += target