diff options
author | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-02 03:54:00 +0200 |
---|---|---|
committer | Alex Borisov <borisov.alexandr@rambler.ru> | 2011-12-02 03:54:00 +0200 |
commit | bd1d34d7781d35f17666adb3df6abb7c9b7fcc32 (patch) | |
tree | c20440b674aff4189e4c2e1f24f644228b6ff27c /client/client.pro | |
parent | 8d6422572c9e531116eb7aea103a93f62f8ae3e2 (diff) |
MD5 hash check for existing & downloaded files
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/client.pro b/client/client.pro index 6520c5d..ca6abf8 100644 --- a/client/client.pro +++ b/client/client.pro @@ -22,7 +22,8 @@ HEADERS += client.h \ UpdatedConfig.h \
SslClient.h \
FileOpThread.h \
- DownloadClient.h
+ DownloadClient.h \
+ Utility.h
SOURCES += Dialog.cpp \
main.cpp \
@@ -33,7 +34,8 @@ SOURCES += Dialog.cpp \ UpdatedConfig.cpp \
SslClient.cpp \
FileOpThread.cpp \
- DownloadClient.cpp
+ DownloadClient.cpp \
+ Utility.cpp
OTHER_FILES +=
|