From a262df227a242dbf891b3d241bfc9deec9f351e7 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Tue, 21 Apr 2015 07:42:23 +0300 Subject: [PATCH] Integration tests build fix. --- integration_tests/integration_tests.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/integration_tests.pro b/integration_tests/integration_tests.pro index ab342e45ea..3489f3dad7 100644 --- a/integration_tests/integration_tests.pro +++ b/integration_tests/integration_tests.pro @@ -10,7 +10,7 @@ CONFIG += console warn_on CONFIG -= app_bundle TEMPLATE = app -ROOT_DIR = ../ +ROOT_DIR = .. DEPENDENCIES = map routing search storage indexer platform geometry coding base osrm jansson protobuf tomcrypt succinct macx-*: LIBS *= "-framework Foundation" "-framework IOKit"