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-01-04 17:28:14 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:48:31 +0300
commit208a1580b0f956406165d33db047878ed448177e (patch)
tree2dc6042200afebadc1a9cde9d52c06d0f8e11a4a /map/map_tests/map_tests.pro
parentce69b03937cf0e6f8024ac1be2767a9ca194abf0 (diff)
KMZ file unzip unit tests
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 cc0072e67d..97f4085319 100644
--- a/map/map_tests/map_tests.pro
+++ b/map/map_tests/map_tests.pro
@@ -7,7 +7,7 @@ TEMPLATE = app
ROOT_DIR = ../..
DEPENDENCIES = map gui search storage graphics indexer platform anim geometry coding base \
- freetype fribidi expat protobuf tomcrypt jansson
+ freetype fribidi expat protobuf tomcrypt jansson zlib
include($$ROOT_DIR/common.pri)
@@ -21,6 +21,7 @@ macx*: LIBS *= "-framework Foundation" "-framework IOKit"
SOURCES += \
../../testing/testingmain.cpp \
+ kmz_unarchive_test.cpp \
navigator_test.cpp \
map_foreach_test.cpp \
draw_processor_test.cpp \