From 95f37237a93c9a12e15bf16dc32b8327b603d947 Mon Sep 17 00:00:00 2001 From: Sergey Yershov Date: Wed, 8 Jun 2016 23:52:16 +0300 Subject: [PATCH] Fix qmake compilation --- map/map.pro | 2 +- map/map_tests/map_tests.pro | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 \