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:
authorrachytski <siarhei.rachytski@gmail.com>2012-09-24 19:05:46 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:43:43 +0300
commit43e6ed5c8914b42d4d4666ecf2ddc78490a5b1ee (patch)
tree9af3ae01b1891b01021b5ae406a4a6b527968ac2 /map/map.pro
parentc928d967c8994fe4bef02c11ea6b411df22fa27a (diff)
added Animator class as a central manager of all map-related animations.
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 7397cccc48..27047603e8 100644
--- a/map/map.pro
+++ b/map/map.pro
@@ -50,7 +50,8 @@ HEADERS += \
country_status_display.hpp \
rotate_screen_task.hpp \
compass_arrow.hpp \
- compass_filter.hpp
+ compass_filter.hpp \
+ animator.hpp
SOURCES += \
feature_vec_model.cpp \
@@ -92,7 +93,8 @@ SOURCES += \
country_status_display.cpp \
rotate_screen_task.cpp \
compass_arrow.cpp \
- compass_filter.cpp
+ compass_filter.cpp \
+ animator.cpp
!iphone*:!bada*:!android* {
HEADERS += qgl_render_context.hpp