summaryrefslogtreecommitdiffstats
path: root/app/app.pro
blob: 0083bfc867237f69f6b972b0d01178a250379d7c (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET = videoplayer
QT = quick websockets multimedia

SOURCES = main.cpp

RESOURCES += \
    videoplayer.qrc \
    images/images.qrc

include(app.pri)