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:
authorKirill Zhdanovich <kzhdanovich@gmail.com>2013-04-08 22:21:04 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:53:15 +0300
commit7860b5c951ee0361d3d7ce45e570b56a490e201f (patch)
tree2e9c9166fe6373a2a3ac976407060a419939c7d3 /map/map_tests/map_tests.pro
parent325591f08ec58f717e57b0933eeea5e677cb1829 (diff)
Add geo://... url scheme parser.
Diffstat (limited to 'map/map_tests/map_tests.pro')
-rw-r--r--map/map_tests/map_tests.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro
index 4cb3026836..6ace6bad38 100644
--- a/map/map_tests/map_tests.pro
+++ b/map/map_tests/map_tests.pro
@@ -29,4 +29,5 @@ SOURCES += \
geourl_test.cpp \
measurement_tests.cpp \
mwm_url_tests.cpp \
- feature_processor_test.cpp
+ feature_processor_test.cpp \
+ ge0_parser_tests.cpp \