Welcome to mirror list, hosted at ThFree Co, Russian Federation.

omim_light.pro - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10dcf52f35d224b7dd2957f18e208e2006512463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Project that just includes all other projects, except 3party.

TEMPLATE = subdirs
CONFIG += ordered

# desktop projects
win32|macx {
SUBDIRS = \
          base base/base_tests \
          coding coding/coding_tests \
          geometry geometry/geometry_tests \
          platform platform/platform_tests \
          yg \
          storage storage/storage_tests \
          indexer \
          search search/search_tests \
          map \
          qt_tstfrm \
          indexer/indexer_tests \
          map/map_tests \
          generator \
          generator/generator_tests \
          generator/generator_tool \
          yg/yg_tests \
          qt
} else {
  # libraries which are used on iphone and bada
  message = "Please use omim.pro for iphone builds"
}