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:
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"
}