From 68ee6a0ec973940eb4f799b00f6518a902cbc4e5 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 26 Aug 2018 20:35:23 +0200 Subject: Implement custom Video player Well, well, well. Due to several unforseen circumstances I ventured into the sources again and implemented a Video player with Qt. Looks very promising so far. There are some bugs to weed out, but I'm getting there... --- shemov.pro | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index 544d2a3..b5dfce6 100644 --- a/shemov.pro +++ b/shemov.pro @@ -4,7 +4,7 @@ CONFIG += warn_on \ qt \ debug CONFIG -= release -QT += core gui widgets sql concurrent +QT += core gui widgets sql concurrent multimediawidgets DEFINES += QT_DEPRECATED_WARNINGS SOURCES = main.cpp \ shemov.cpp \ @@ -57,7 +57,8 @@ SOURCES = main.cpp \ mappingeditdialog.cpp \ mappingtreeproxy.cpp \ mappingtreeresultmodel.cpp \ - mappingdata.cpp + mappingdata.cpp \ + videoviewer.cpp HEADERS = \ shemov.h \ helper.h \ @@ -109,7 +110,8 @@ HEADERS = \ mappingeditdialog.h \ mappingtreeproxy.h \ mappingtreeresultmodel.h \ - mappingdata.h + mappingdata.h \ + videoviewer.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc -- cgit v1.2.3-70-g09d2