Initial commit

This commit is contained in:
Benjamin Sigonneau
2019-03-25 14:57:47 +01:00
commit 9524fff66d
5 changed files with 448 additions and 0 deletions

14
main.pro Normal file
View File

@@ -0,0 +1,14 @@
TEMPLATE = app
load(ccache)
QT += widgets
HEADERS += videoplayer.h
SOURCES += main.cpp \
videoplayer.cpp
unix {
CONFIG += link_pkgconfig
PKGCONFIG += gstreamer-1.0 gstreamer-video-1.0
}