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-21 19:39:00 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:26:32 +0300
commit946bf7b727cce9dbc8a0c1b0f7f7ddec2d2d16cb (patch)
tree1750b08be8882e1d656ca42253085b3fc7909230 /platform/platform.pro
parent43a0bd87f5856a303d552ca895dd0fea72a1ecda (diff)
[qt][ios] Refactored location manager
Diffstat (limited to 'platform/platform.pro')
-rw-r--r--platform/platform.pro14
1 files changed, 6 insertions, 8 deletions
diff --git a/platform/platform.pro b/platform/platform.pro
index 74ba8b35f3..495d672a96 100644
--- a/platform/platform.pro
+++ b/platform/platform.pro
@@ -18,17 +18,20 @@ QT *= core network
wifi_location_service.cpp \
qt_download_manager.cpp \
qt_download.cpp \
- qt_concurrent_runner.cpp
+ qt_concurrent_runner.cpp \
+ location_service.cpp
HEADERS += qt_download_manager.hpp \
qt_download.hpp \
- wifi_info.hpp
+ wifi_info.hpp \
+ location_service.hpp
win32* {
SOURCES += platform_win.cpp \
wifi_info_windows.cpp
} else:macx* {
OBJECTIVE_SOURCES += platform_mac.mm \
wifi_info_mac.mm \
- apple_video_timer.mm
+ apple_video_timer.mm \
+ apple_location_service.mm
} else:linux* {
SOURCES += platform_linux.cpp
}
@@ -40,10 +43,6 @@ QT *= core network
SOURCES += platform_android.cpp
}
-macx|iphone* {
- OBJECTIVE_SOURCES += apple_location_service.mm
-}
-
# common sources for all platforms
HEADERS += \
@@ -58,7 +57,6 @@ HEADERS += \
url_generator.hpp \
SOURCES += \
- location_manager.cpp \
preferred_languages.cpp \
settings.cpp \
video_timer.cpp \