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 <alex@mapswithme.com>2013-07-05 04:24:47 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:58:17 +0300
commit4d9fb7de86a2d5a9bc3f39e1c1b65869c3380a0a (patch)
tree0cc5d01bf96be04ae1f0cd06733570f9596a3004 /platform/platform.pro
parent5d7723e7190679bb4cb477268297540f8d6607d2 (diff)
[mac] Fixed compilation issue with new MacOSX SDK - they removed WiFi scanning code starting from MacOS X 10.7
Diffstat (limited to 'platform/platform.pro')
-rw-r--r--platform/platform.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/platform.pro b/platform/platform.pro
index 75fe5000a7..13e048c10f 100644
--- a/platform/platform.pro
+++ b/platform/platform.pro
@@ -30,7 +30,6 @@ INCLUDEPATH += $$ROOT_DIR/3party/jansson/src
wifi_info_windows.cpp
} else:macx* {
OBJECTIVE_SOURCES += platform_mac.mm \
- wifi_info_mac.mm \
apple_video_timer.mm \
apple_location_service.mm
} else:linux* {