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

stats.pro « stats - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7430bc38bc153529a7fcb1b4a6d72fec058d103e (plain)
1
2
3
4
5
6
7
8
9
10
# Project that includes all stats projects.

TEMPLATE = subdirs
CONFIG += ordered

SUBDIRS = client

!iphone*:!bada*:!android* {
  SUBDIRS +=
}