Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-11-08 00:03:58 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:27:29 +0300
commitcf4d77fa0bae136c90581650e4c72b0267baa0a2 (patch)
tree1164886744cec4a8b83266705475c0e603ee6100 /platform/platform.pro
parent4ca29d9593b4890441dc163999302a870b76162a (diff)
[mac][downloader] Finished basic chunks support
Diffstat (limited to 'platform/platform.pro')
-rw-r--r--platform/platform.pro11
1 files changed, 5 insertions, 6 deletions
diff --git a/platform/platform.pro b/platform/platform.pro
index 83f0d5c99f..4e3c995ab4 100644
--- a/platform/platform.pro
+++ b/platform/platform.pro
@@ -40,10 +40,10 @@ include($$ROOT_DIR/common.pri)
macx*|iphone* {
HEADERS += apple_download.h \
- http_request_impl_apple.h
+ http_thread_apple.h
OBJECTIVE_SOURCES += apple_download.mm \
apple_download_manager.mm \
- http_request_impl_apple.mm
+ http_thread_apple.mm
}
win32*|linux* {
@@ -67,8 +67,8 @@ HEADERS += \
languages.hpp \
url_generator.hpp \
http_request.hpp \
- http_request_impl_callback.hpp \
- chunks_download_strategy.hpp
+ http_thread_callback.hpp \
+ chunks_download_strategy.hpp \
SOURCES += \
preferred_languages.cpp \
@@ -77,5 +77,4 @@ SOURCES += \
languages.cpp \
url_generator.cpp \
http_request.cpp \
- chunks_download_strategy.cpp
-
+ chunks_download_strategy.cpp \