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 15:24:39 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2015-11-23 12:54:50 +0300
commitf1c736614db00379ed4ace95fee793ce10746403 (patch)
treef045785ae0825c423cbc4251b7f0c2da6372b0c6 /base/base.pro
parentab5d2a5a88b9ddea73c6d341c77dac74b0d8b7eb (diff)
Code review.
Diffstat (limited to 'base/base.pro')
-rw-r--r--base/base.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base.pro b/base/base.pro
index 5709bcc700..2f32121666 100644
--- a/base/base.pro
+++ b/base/base.pro
@@ -31,6 +31,7 @@ SOURCES += \
thread_pool.cpp \
threaded_container.cpp \
timer.cpp \
+ w3ctime.cpp \
HEADERS += \
SRC_FIRST.hpp \
@@ -81,4 +82,5 @@ HEADERS += \
threaded_list.hpp \
threaded_priority_queue.hpp \
timer.hpp \
+ w3ctime.hpp \
worker_thread.hpp \