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:
authorvng <viktor.govako@gmail.com>2012-03-30 17:53:14 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:37:10 +0300
commit234c6db9d3ab80f2db35e007beee4f0c42c978b2 (patch)
tree240c1e730441009d84bcab4a827dadaaaf6b0453 /map/map_tests/map_tests.pro
parent75d43c2d566d3efd3b4b865ec0df5c6e29a6dd13 (diff)
[bookmarks] KML loading.
Diffstat (limited to 'map/map_tests/map_tests.pro')
-rw-r--r--map/map_tests/map_tests.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro
index 7bccab3371..2e341aee87 100644
--- a/map/map_tests/map_tests.pro
+++ b/map/map_tests/map_tests.pro
@@ -6,7 +6,7 @@ CONFIG -= app_bundle
TEMPLATE = app
ROOT_DIR = ../..
-DEPENDENCIES = map yg indexer platform geometry coding base freetype fribidi expat protobuf
+DEPENDENCIES = map storage search yg indexer platform geometry coding base freetype fribidi expat protobuf tomcrypt
include($$ROOT_DIR/common.pri)
@@ -16,7 +16,7 @@ win32* {
LIBS *= -lShell32 -lOpengl32
win32-g++: LIBS *= -lpthread
}
-macx*: LIBS *= "-framework Foundation"
+macx*: LIBS *= "-framework Foundation" "-framework IOKit"
SOURCES += \
../../testing/testingmain.cpp \
@@ -25,3 +25,4 @@ SOURCES += \
debug_features_test.cpp \
draw_processor_test.cpp \
multithread_map_test.cpp \
+ bookmarks_test.cpp