Merge pull request #4563 from Zverik/fixbuild3

[tracking] Fix build on mac os
This commit is contained in:
Vladimir Byko-Ianko 2016-10-26 18:39:22 +03:00 committed by GitHub
commit 460c333089
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)