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-20 13:42:03 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:42:13 +0300
commit9ca2c102b916e7aeb54f8616e8a780eaa28d3642 (patch)
tree27a503b3438f1a1d46d5293f85c092a898b516e7 /map/map.pro
parent378ba050eeb2ec9e761c3409d2c962932508c60e (diff)
added CompassArrow GUI element.
Diffstat (limited to 'map/map.pro')
-rw-r--r--map/map.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/map/map.pro b/map/map.pro
index 97e8d44fb5..2c7eccabe5 100644
--- a/map/map.pro
+++ b/map/map.pro
@@ -48,7 +48,8 @@ HEADERS += \
tile_set.hpp \
geourl_process.hpp \
country_status_display.hpp \
- rotate_screen_task.hpp
+ rotate_screen_task.hpp \
+ compass_arrow.hpp
SOURCES += \
feature_vec_model.cpp \
@@ -88,7 +89,8 @@ SOURCES += \
geourl_process.cpp \
bookmark.cpp \
country_status_display.cpp \
- rotate_screen_task.cpp
+ rotate_screen_task.cpp \
+ compass_arrow.cpp
!iphone*:!bada*:!android* {
HEADERS += qgl_render_context.hpp
@@ -105,3 +107,5 @@ SOURCES += \
+
+