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@maps.me>2015-11-07 11:45:25 +0300
committerAlex Zolotarev <alex@maps.me>2015-11-09 21:22:01 +0300
commit24d0703ef5b9e4c8832a2771af1c04ab75c22adf (patch)
tree4e49d05084515d5a8b5013fb057cc727a8e705b7 /omim.pro
parent3005776ca125e882d0c7d10a4ed73cb5235ab898 (diff)
Added some TODOs.
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/omim.pro b/omim.pro
index fb1459d282..7796da1954 100644
--- a/omim.pro
+++ b/omim.pro
@@ -5,7 +5,10 @@
# map_designer: enable designer-related flags
# no-tests: do not build tests for desktop
# drape: include drape libraries
-# iphone / tizen / android: build an app (implies no-tests)
+#
+# There are no supported options in CONFIG for mobile platforms.
+# Please use XCode or gradle/Android Studio.
+
lessThan(QT_MAJOR_VERSION, 5) {
error("You need Qt 5 to build this project. You have Qt $$QT_VERSION")
@@ -17,6 +20,7 @@ TEMPLATE = subdirs
HEADERS += defines.hpp
+# TODO(AlexZ): Why is it here? Drape should build on win32 too.
win32:CONFIG(drape) {
CONFIG -= drape
}