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:
authorAlex Zolotarev <deathbaba@gmail.com>2011-10-25 19:48:41 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:26:45 +0300
commit944e5e488a7d173baaa2e30d1cc3722f13e25914 (patch)
tree4575ad8e6d38df3c6e48deb69ff860368760bbac /platform/platform_tests
parentaf29f99ecacd7b4c456e5daba8d4cc1afd8a4f37 (diff)
Common Downloader code now is used on iOS and Mac OS X platforms
Diffstat (limited to 'platform/platform_tests')
-rw-r--r--platform/platform_tests/platform_tests.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/platform_tests/platform_tests.pro b/platform/platform_tests/platform_tests.pro
index 0f16e0e608..82e0e952d3 100644
--- a/platform/platform_tests/platform_tests.pro
+++ b/platform/platform_tests/platform_tests.pro
@@ -16,7 +16,7 @@ win32* {
LIBS *= -lShell32
win32-g++: LIBS *= -lpthread
}
-macx*: LIBS *= "-framework CoreFoundation"
+macx*: LIBS *= "-framework Foundation" "-framework IOKit"
SOURCES += \
../../testing/testingmain.cpp \