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-02 03:19:27 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:24:58 +0300
commit767a0a6b85228107753d0988a8ab8ee30f20238b (patch)
tree1f8987a7595fa4baff2206c445c796d85d444e1c /common.pri
parentaec47e72f834e42c682a3a05579d50791e61a499 (diff)
[qt] Enabled downloader in release builds
Diffstat (limited to 'common.pri')
-rw-r--r--common.pri12
1 files changed, 6 insertions, 6 deletions
diff --git a/common.pri b/common.pri
index 438e4cfa65..e594115c9b 100644
--- a/common.pri
+++ b/common.pri
@@ -21,12 +21,12 @@ CONFIG(release, debug|release) {
}
# turn off maps downloader engine for desktops in release and production
-!iphone* {
- CONFIG(release, debug|release)|CONFIG(production) {
- CONFIG += no_downloader
- DEFINES += NO_DOWNLOADER
- }
-}
+#!iphone* {
+# CONFIG(release, debug|release)|CONFIG(production) {
+# CONFIG += no_downloader
+# DEFINES += NO_DOWNLOADER
+# }
+#}
BINARIES_PATH = $$ROOT_DIR/out/$$CONFIG_NAME
TEMP_PATH = $$ROOT_DIR/out/$$CONFIG_NAME/tmp/$$TARGET