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
path: root/map
diff options
context:
space:
mode:
authorSergey Yershov <yershov@corp.mail.ru>2016-06-08 23:52:16 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-23 19:23:30 +0300
commit95f37237a93c9a12e15bf16dc32b8327b603d947 (patch)
tree5ad317e8650280845c8755980d72ccae053ee5e8 /map
parent54f0a4dbf23b693098f737143fc60396d31cc0c2 (diff)
Fix qmake compilation
Diffstat (limited to 'map')
-rw-r--r--map/map.pro2
-rw-r--r--map/map_tests/map_tests.pro1
2 files changed, 2 insertions, 1 deletions
diff --git a/map/map.pro b/map/map.pro
index 73665af1a8..bb16d45fbc 100644
--- a/map/map.pro
+++ b/map/map.pro
@@ -6,7 +6,7 @@ CONFIG += staticlib warn_on
ROOT_DIR = ..
-INCLUDEPATH *= $$ROOT_DIR/3party/protobuf/src $$ROOT_DIR/3party/freetype/include
+INCLUDEPATH *= $$ROOT_DIR/3party/protobuf/src $$ROOT_DIR/3party/freetype/include $$ROOT_DIR/3party/jansson/src
include($$ROOT_DIR/common.pri)
diff --git a/map/map_tests/map_tests.pro b/map/map_tests/map_tests.pro
index c53fd41972..c7f10b8efe 100644
--- a/map/map_tests/map_tests.pro
+++ b/map/map_tests/map_tests.pro
@@ -29,6 +29,7 @@ macx-*: LIBS *= "-framework IOKit" "-framework SystemConfiguration"
SOURCES += \
../../testing/testingmain.cpp \
address_tests.cpp \
+ booking_tests.cpp \
bookmarks_test.cpp \
feature_getters_tests.cpp \
ge0_parser_tests.cpp \