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:
authorSergey Pisarchik <pisarchik@mapswithme.com>2014-05-17 12:14:19 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:15:32 +0300
commit05d45c559110cbefe6231b069717510eaf3f4460 (patch)
treeda85e926ffe6d7c222bcf01b761cf95fc50e50b8 /tools/mkspecs
parent4ae69054f4c4035b30cd85f7085cfa0277241ab3 (diff)
[Tizen] Compile error fix
Diffstat (limited to 'tools/mkspecs')
-rw-r--r--tools/mkspecs/tizen-device/qmake.conf2
-rw-r--r--tools/mkspecs/tizen-simulator/qmake.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkspecs/tizen-device/qmake.conf b/tools/mkspecs/tizen-device/qmake.conf
index 550e446ef4..772002662e 100644
--- a/tools/mkspecs/tizen-device/qmake.conf
+++ b/tools/mkspecs/tizen-device/qmake.conf
@@ -1,6 +1,6 @@
-TIZEN_SDK_PATH = ~/tizen-sdk
+TIZEN_SDK_PATH = /Users/Sergey/tizen-sdk
exists(personal_settings.conf) {
include(personal_settings.conf)
diff --git a/tools/mkspecs/tizen-simulator/qmake.conf b/tools/mkspecs/tizen-simulator/qmake.conf
index c7704064e9..ec6139c992 100644
--- a/tools/mkspecs/tizen-simulator/qmake.conf
+++ b/tools/mkspecs/tizen-simulator/qmake.conf
@@ -1,4 +1,4 @@
-TIZEN_SDK_PATH = ~/tizen-sdk
+TIZEN_SDK_PATH = /Users/Sergey/tizen-sdk
exists(personal_settings.conf) {
include(personal_settings.conf)