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-08-23 20:58:50 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:42:22 +0300
commit58fa787e005ff1c93c269816d4d45219dbb3357e (patch)
treecc6b51efee53ba0ad20aec83e90dbf01fc92a8a2 /map/map.pro
parentbd1102592a7926ca070b4f191980db78b6b9e52b (diff)
added compass filter to smooth out noisy compass values.
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 2c7eccabe5..7397cccc48 100644
--- a/map/map.pro
+++ b/map/map.pro
@@ -49,7 +49,8 @@ HEADERS += \
geourl_process.hpp \
country_status_display.hpp \
rotate_screen_task.hpp \
- compass_arrow.hpp
+ compass_arrow.hpp \
+ compass_filter.hpp
SOURCES += \
feature_vec_model.cpp \
@@ -90,7 +91,8 @@ SOURCES += \
bookmark.cpp \
country_status_display.cpp \
rotate_screen_task.cpp \
- compass_arrow.cpp
+ compass_arrow.cpp \
+ compass_filter.cpp
!iphone*:!bada*:!android* {
HEADERS += qgl_render_context.hpp