From a19e9744751d4278f56cb3b6ff885c0068f03a3d Mon Sep 17 00:00:00 2001 From: Alex Borisov Date: Sun, 27 Nov 2011 12:31:03 +0200 Subject: File downloading (no MD5 hash check yet). Various fixes --- client/client.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'client/client.pro') diff --git a/client/client.pro b/client/client.pro index 16de7f0..6520c5d 100644 --- a/client/client.pro +++ b/client/client.pro @@ -20,7 +20,9 @@ HEADERS += client.h \ Logger.h \ Config.h \ UpdatedConfig.h \ - SslClient.h + SslClient.h \ + FileOpThread.h \ + DownloadClient.h SOURCES += Dialog.cpp \ main.cpp \ @@ -29,7 +31,9 @@ SOURCES += Dialog.cpp \ Logger.cpp \ Config.cpp \ UpdatedConfig.cpp \ - SslClient.cpp + SslClient.cpp \ + FileOpThread.cpp \ + DownloadClient.cpp OTHER_FILES += -- cgit v1.2.3