From a72d06854cfb2d41762bfde48ef1543aca47020a Mon Sep 17 00:00:00 2001 From: Arno Date: Tue, 3 Apr 2018 18:35:46 +0200 Subject: First implementation of MovieWidget It's the replacement for the archive viewer thingy. Just keep it simple and stupid. For now it shows series data. --- shemov.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index bce7b12..0d464a4 100644 --- a/shemov.pro +++ b/shemov.pro @@ -45,7 +45,8 @@ SOURCES = main.cpp \ fswidget.cpp \ fsproxy.cpp \ viewer.cpp \ - fsview.cpp + fsview.cpp \ + moviewidget.cpp HEADERS = \ shemov.h \ helper.h \ @@ -85,7 +86,8 @@ HEADERS = \ fswidget.h \ fsproxy.h \ viewer.h \ - fsview.h + fsview.h \ + moviewidget.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc -- cgit v1.2.3-70-g09d2