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: 2b73f01d4e826e1ee4702336da87a1e234d8a918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Project that includes all third party projects.

TEMPLATE = subdirs

SUBDIRS = freetype fribidi zlib bzip2 jansson tomcrypt protobuf osrm expat \
    succinct \

!linux* {
SUBDIRS += opening_hours \

}

!iphone*:!tizen*:!android* {
  SUBDIRS += gflags   \
             sgitess  \
             qjsonrpc \
             gmock    \
}