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:
authorExMix <rahuba.youri@mapswithme.com>2014-11-18 10:51:30 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:32:48 +0300
commitc7e4429a42b5592603b4ea6c03f7373e23ad5fdf (patch)
treec7de50295f575d22dce80bf4d3a20d8d8699c6ae /common.pri
parent764ec6d83b08bd8103ae9f688f00c0469a40606b (diff)
[core] condition compilation. We can use old renderer or drape based on define USE_DRAPE
Diffstat (limited to 'common.pri')
-rw-r--r--common.pri7
1 files changed, 7 insertions, 0 deletions
diff --git a/common.pri b/common.pri
index 79a851a87a..b888327ed0 100644
--- a/common.pri
+++ b/common.pri
@@ -2,6 +2,13 @@
#
# To use it, define ROOT_DIR variable and include($$ROOT_DIR/common.pri)
+
+#CONFIG *= drape
+
+drape {
+ DEFINES *= USE_DRAPE
+}
+
# our own version variables
VERSION_MAJOR = 2
VERSION_MINOR = 4