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 04:55:04 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:16:16 +0300
commit6b1a6426303953812fa5d806a704e4555958dd74 (patch)
tree170cd491c7344aeff600a09ace958ed15a4b5441 /platform/platform.pro
parent07d4db8e95eb551451f8a259f3915927f64e8fd8 (diff)
[qt] Removed downloader, preferences, classificator and guide from release/production builds
Diffstat (limited to 'platform/platform.pro')
-rw-r--r--platform/platform.pro11
1 files changed, 8 insertions, 3 deletions
diff --git a/platform/platform.pro b/platform/platform.pro
index f9e8c040ca..2de36cac37 100644
--- a/platform/platform.pro
+++ b/platform/platform.pro
@@ -9,13 +9,18 @@ DEPENDENCIES = coding base
include($$ROOT_DIR/common.pri)
-QT *= core network
+QT *= core
!iphone* {
SOURCES += \
- qtplatform.cpp \
+ qtplatform.cpp
+
+ CONFIG (debug) {
+ QT *= network
+ SOURCES += \
qt_download_manager.cpp \
- qt_download.cpp \
+ qt_download.cpp
+ }
HEADERS += \
qt_download_manager.hpp \