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-07 06:55:11 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:27:28 +0300
commit4ca29d9593b4890441dc163999302a870b76162a (patch)
treefc658094c2793082d5b128a8ecbfff1eb690c230 /platform/platform.pro
parent2eedf7245c2313e4e237083c672e5a234d44a61b (diff)
[mac] Added chunks download strategy
Diffstat (limited to 'platform/platform.pro')
-rw-r--r--platform/platform.pro7
1 files changed, 5 insertions, 2 deletions
diff --git a/platform/platform.pro b/platform/platform.pro
index 39db108288..83f0d5c99f 100644
--- a/platform/platform.pro
+++ b/platform/platform.pro
@@ -67,7 +67,8 @@ HEADERS += \
languages.hpp \
url_generator.hpp \
http_request.hpp \
- http_request_impl_callback.hpp
+ http_request_impl_callback.hpp \
+ chunks_download_strategy.hpp
SOURCES += \
preferred_languages.cpp \
@@ -75,4 +76,6 @@ SOURCES += \
video_timer.cpp \
languages.cpp \
url_generator.cpp \
- http_request.cpp
+ http_request.cpp \
+ chunks_download_strategy.cpp
+