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-25 07:04:53 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:16:24 +0300
commitc2e6ae1ed353d60023eb2e3ac0c4c702317cd353 (patch)
tree5385001f9a1676da9f24717ae943823e45d40ca3 /platform/platform.pro
parent806b3c3aa8b9ac1a65134a4e52dd761cef2be361 (diff)
[win] Fixed compilation errors
Diffstat (limited to 'platform/platform.pro')
-rw-r--r--platform/platform.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/platform/platform.pro b/platform/platform.pro
index 2de36cac37..3cf86b0f08 100644
--- a/platform/platform.pro
+++ b/platform/platform.pro
@@ -35,8 +35,6 @@ HEADERS += \
mac|iphone* {
OBJECTIVE_SOURCES += apple_location_service.mm
LIBS += -framework CoreLocation -framework Foundation
-}
-
-win {
- SOURCES += windows_location_service.cpp
+} else {
+ SOURCES += qt_location_service.cpp
}