[tracking] Fix build on mac os

This commit is contained in:
Ilya Zverev 2016-10-26 17:55:51 +03:00
parent 62129140e1
commit 4eab3df11b
2 changed files with 2 additions and 2 deletions

View file

@ -190,7 +190,7 @@ win32-g++ {
macx-* {
QMAKE_LFLAGS *= -dead_strip
LIBS *= "-framework Foundation"
LIBS *= "-framework Foundation" "-framework CFNetwork"
# macx-clang {
# QMAKE_CFLAGS_RELEASE -= -O3

View file

@ -7,7 +7,7 @@ ROOT_DIR = ../..
INCLUDEPATH *= $$ROOT_DIR/3party/jansson/src
DEPENDENCIES = routing tracking platform_tests_support platform coding geometry base stats_client
DEPENDENCIES = routing tracking platform_tests_support platform coding geometry base stats_client tomcrypt
include($$ROOT_DIR/common.pri)