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
diff options
context:
space:
mode:
authorIlya Zverev <zverik@textual.ru>2016-10-26 17:55:51 +0300
committerIlya Zverev <zverik@textual.ru>2016-10-26 17:55:51 +0300
commit4eab3df11baad6fb4d2e06073d9cbb9752445abd (patch)
tree81c7c7b3e23e0295754abc779f005d562896ca88 /common.pri
parent62129140e1e9666d20c0feeaf1435bcdf0e8945a (diff)
[tracking] Fix build on mac os
Diffstat (limited to 'common.pri')
-rw-r--r--common.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.pri b/common.pri
index dcbabd63bd..1b6f2a16b9 100644
--- a/common.pri
+++ b/common.pri
@@ -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