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-04-24 00:46:43 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:16:12 +0300
commit1c20e772a03de88e947e3bf7328973dd2cbf3149 (patch)
treeca47334032e1c7838e69460c62d7a28d361acf09 /platform/platform.pro
parentf38bfeb80e2168a514d32cb00d42219cf0b70e85 (diff)
Refactored gps location system:
- Moved all code to crossplatform framework - OS-dependent location services are implemented in platform - Added my position button to desktops
Diffstat (limited to 'platform/platform.pro')
-rw-r--r--platform/platform.pro17
1 files changed, 10 insertions, 7 deletions
diff --git a/platform/platform.pro b/platform/platform.pro
index ccbac00b5e..f9e8c040ca 100644
--- a/platform/platform.pro
+++ b/platform/platform.pro
@@ -11,17 +11,20 @@ include($$ROOT_DIR/common.pri)
QT *= core network
-SOURCES += \
- qtplatform.cpp \
- qt_download_manager.cpp \
- qt_download.cpp \
- location.cpp \
+!iphone* {
+ SOURCES += \
+ qtplatform.cpp \
+ qt_download_manager.cpp \
+ qt_download.cpp \
+
+ HEADERS += \
+ qt_download_manager.hpp \
+ qt_download.hpp \
+}
HEADERS += \
platform.hpp \
download_manager.hpp \
- qt_download_manager.hpp \
- qt_download.hpp \
location.hpp \
mac|iphone* {