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.pro
parent1e7be338c611ee9f6ea8a2c139b2eb9ac242207f (diff)
- Created [generator],[generator_tests] and moved indexer_tool to [generator_tool]
Diffstat (limited to 'omim.pro')
-rw-r--r--omim.pro12
1 files changed, 6 insertions, 6 deletions
diff --git a/omim.pro b/omim.pro
index f204ad36ca..0bdf19aa4a 100644
--- a/omim.pro
+++ b/omim.pro
@@ -6,7 +6,7 @@ CONFIG += ordered
HEADERS += defines.hpp
# desktop projects
-win32|macx|unix {
+!iphone*:!bada* {
SUBDIRS = 3party \
base base/base_tests \
coding coding/coding_tests \
@@ -19,15 +19,15 @@ SUBDIRS = 3party \
storage storage/storage_tests \
map \
map/map_tests \
- indexer/indexer_tool \
+ generator \
+ generator/generator_tests \
+ generator/generator_tool \
qt_tstfrm \
indexer/indexer_tests \
yg/yg_tests \
qt
-}
-
-# libraries which are used on iphone and bada
-iphonesimulator-g++42|iphonedevice-g++42 {
+} else {
+ # libraries which are used on iphone and bada
SUBDIRS = 3party \
base \
coding \