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