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:
authorConstantin Shalnev <c.shalnev@corp.mail.ru>2015-11-26 12:42:42 +0300
committerConstantin Shalnev <c.shalnev@corp.mail.ru>2016-01-13 15:53:56 +0300
commit87ce05a48eebd9651e343eab58d598c918624e3b (patch)
treed49a2f9853dcecc166ea83fd1b14a31c5695cf5a /map/map.pro
parent34bcc66af590638a549cb2f6920574f023226cb9 (diff)
Added simple implementaion of GpsTrackContainer
Diffstat (limited to 'map/map.pro')
-rw-r--r--map/map.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/map.pro b/map/map.pro
index c96935f8f7..40c73f83bc 100644
--- a/map/map.pro
+++ b/map/map.pro
@@ -21,6 +21,7 @@ HEADERS += \
framework.hpp \
ge0_parser.hpp \
geourl_process.hpp \
+ gps_track_container.hpp \
mwm_url.hpp \
storage_bridge.hpp \
styled_point.hpp \
@@ -40,6 +41,7 @@ SOURCES += \
framework.cpp \
ge0_parser.cpp \
geourl_process.cpp \
+ gps_track_container.cpp \
mwm_url.cpp \
storage_bridge.cpp \
styled_point.cpp \