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 /omim_light.pro
parent1e7be338c611ee9f6ea8a2c139b2eb9ac242207f (diff)
- Created [generator],[generator_tests] and moved indexer_tool to [generator_tool]
Diffstat (limited to 'omim_light.pro')
-rw-r--r--omim_light.pro11
1 files changed, 5 insertions, 6 deletions
diff --git a/omim_light.pro b/omim_light.pro
index 78a31bc53f..88a740f819 100644
--- a/omim_light.pro
+++ b/omim_light.pro
@@ -17,14 +17,13 @@ SUBDIRS = \
qt_tstfrm \
indexer/indexer_tests \
map/map_tests \
- indexer/indexer_tool \
+ generator \
+ generator/generator_tests \
+ generator/generator_tool \
yg/yg_tests \
qt
-}
-
-# libraries which are used on iphone and bada
-iphonesimulator-g++42|iphonedevice-g++42 |
-bada-simulator|bada-device {
+} else {
+ # libraries which are used on iphone and bada
message = "Please use omim.pro for iphone builds"
}