# Project that just includes all other projects. TEMPLATE = subdirs CONFIG += ordered HEADERS += defines.hpp # desktop projects !iphone*:!bada* { SUBDIRS = 3party \ base base/base_tests \ coding coding/coding_tests \ geometry \ indexer \ geometry/geometry_tests \ version \ platform platform/platform_tests \ yg \ storage storage/storage_tests \ map \ map/map_tests \ generator \ generator/generator_tests \ generator/generator_tool \ qt_tstfrm \ indexer/indexer_tests \ yg/yg_tests \ qt } else { # libraries which are used on iphone and bada SUBDIRS = 3party \ base \ coding \ geometry \ yg \ indexer \ version \ storage \ map }