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

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

TEMPLATE = subdirs

SUBDIRS = expat freetype fribidi zlib bzip2 jansson protobuf tomcrypt

!iphone*:!bada* {
  SUBDIRS += gflags \
             sgitess
}