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:
authorIlya Zverev <zverik@textual.ru>2015-09-10 21:10:50 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:04:35 +0300
commitc536dc76ca6522b41a4758676fa40996e707b74b (patch)
tree85943b634b8e97603f980dc0cbcb0e5c92ac958a /common.pri
parentd52ffa0ee1c557c1287b86ce3689c9927adfea70 (diff)
Update omim.pro, include int_tests to gtool
Diffstat (limited to 'common.pri')
-rw-r--r--common.pri5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.pri b/common.pri
index bd630901f9..c6fa2b1700 100644
--- a/common.pri
+++ b/common.pri
@@ -9,6 +9,11 @@ drape {
DEFINES *= USE_DRAPE
}
+CONFIG(map_designer) {
+ DEFINES *= STANDALONE_APP
+ DEFINES *= BUILD_DESIGNER
+}
+
# our own version variables
VERSION_MAJOR = 2
VERSION_MINOR = 4