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:
authorSergey Magidovich <mgsergio@mapswithme.com>2015-11-20 14:45:18 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2015-11-26 15:01:51 +0300
commit548070e6e5ccc76ca5140b9f20fbd5ae517eb225 (patch)
treeebe251207564a940de6b34685daf8bce49843bb1 /base/base_tests/base_tests.pro
parente469f88d2842073e0595a0491c70d58912025e45 (diff)
Android doesn't have timegm function. So add custom implementation.
Diffstat (limited to 'base/base_tests/base_tests.pro')
-rw-r--r--base/base_tests/base_tests.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base_tests/base_tests.pro b/base/base_tests/base_tests.pro
index a827fb1513..1684009f90 100644
--- a/base/base_tests/base_tests.pro
+++ b/base/base_tests/base_tests.pro
@@ -37,6 +37,7 @@ SOURCES += \
thread_pool_tests.cpp \
threaded_list_test.cpp \
threads_test.cpp \
+ timegm_test.cpp \
timer_test.cpp \
worker_thread_test.cpp \