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-03-20 06:20:31 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:13:54 +0300
commit3d2498ee2119e667580a54074126f7eff12f5aca (patch)
treecb35082737d6075de58b78ae5a1fe2b5b62cdcff /3party/3party.pro
parent1e7be338c611ee9f6ea8a2c139b2eb9ac242207f (diff)
- Created [generator],[generator_tests] and moved indexer_tool to [generator_tool]
Diffstat (limited to '3party/3party.pro')
-rw-r--r--3party/3party.pro10
1 files changed, 3 insertions, 7 deletions
diff --git a/3party/3party.pro b/3party/3party.pro
index e58611705e..27584e3b46 100644
--- a/3party/3party.pro
+++ b/3party/3party.pro
@@ -4,11 +4,7 @@ TEMPLATE = subdirs
SUBDIRS = expat freetype fribidi zlib bzip2 jansson protobuf tomcrypt
-!iphonesimulator-g++42 {
- !iphonedevice-g++42 {
- !bada-simulator {
- SUBDIRS += gflags \
- sgitess
- }
- }
+!iphone*:!bada* {
+ SUBDIRS += gflags \
+ sgitess
}