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:
authorDmitry Kunin <dkunin@mapswith.me>2013-07-26 16:46:31 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:04:11 +0300
commit129178ca622dbe1dfec60ff8972795a7e7e35350 (patch)
tree7fd689dee50ea00b58930340fea6de0125d1e687 /map/map.pro
parented9502b18cd5f1680bd133a77b3d6acb91098220 (diff)
[core] base classes for track, polyline
Diffstat (limited to 'map/map.pro')
-rw-r--r--map/map.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/map/map.pro b/map/map.pro
index f9c334cb6a..8cdb544f0f 100644
--- a/map/map.pro
+++ b/map/map.pro
@@ -62,7 +62,8 @@ HEADERS += \
ge0_parser.hpp \
balloon_manager.hpp \
scales_processor.hpp \
- yopme_render_policy.hpp
+ yopme_render_policy.hpp \
+ track.hpp \
SOURCES += \
feature_vec_model.cpp \
@@ -112,7 +113,8 @@ SOURCES += \
../api/src/c/api-client.c \
balloon_manager.cpp \
scales_processor.cpp \
- yopme_render_policy.cpp
+ yopme_render_policy.cpp \
+ track.cpp \
!iphone*:!bada*:!android* {
HEADERS += qgl_render_context.hpp