From 793be3195e387179510b8f6fa61d9b4b79511d0d Mon Sep 17 00:00:00 2001 From: Arno Date: Fri, 4 Mar 2016 15:20:14 +0100 Subject: First version of CopyWorker Preparation for archiving Movies to an USB disk: Implement CopyWorker: a QThread for copying files in the background. It compiles, nothing more, so expect bugs! --- shemov.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'shemov.pro') diff --git a/shemov.pro b/shemov.pro index a52da86..1120334 100644 --- a/shemov.pro +++ b/shemov.pro @@ -44,7 +44,8 @@ SOURCES = main.cpp \ archivebrowser.cpp \ archivebrowsermodel.cpp \ unpacker.cpp \ - searchdialog.cpp + searchdialog.cpp \ + copyworker.cpp HEADERS = \ filesystemdirproxy.h \ filesystemwidget.h \ @@ -84,7 +85,8 @@ HEADERS = \ archivebrowser.h \ archivebrowsermodel.h \ unpacker.h \ - searchdialog.h + searchdialog.h \ + copyworker.h LIBS += -lmagic -lXfixes -lX11 -lMagick++-6.Q16HDRI INCLUDEPATH += /usr/include/ImageMagick-6/ RESOURCES = shemov.qrc -- cgit v1.2.3-70-g09d2