eeb139c90f7b017d20ef3569fcf90e0d6827531b
[apps/videoplayer.git] / app / app.pro
1 TARGET = videoplayer
2 QT = quick aglextras multimedia
3
4 SOURCES = main.cpp
5
6 RESOURCES += \
7     videoplayer.qrc \
8     images/images.qrc
9
10 include(app.pri)
11