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

feature_list.pro « feature_list - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 02ac37d71950393693c7e523817f429b9a498da9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Feature List Tool

ROOT_DIR = ..
DEPENDENCIES = map traffic search_tests_support search search_quality storage indexer platform editor geometry \
               coding base jansson protobuf stats_client succinct opening_hours pugixml

include($$ROOT_DIR/common.pri)

CONFIG += console warn_on
CONFIG -= app_bundle
TEMPLATE = app

# needed for Platform::WorkingDir() and unicode combining
QT *= core network

macx-* {
  LIBS *= "-framework IOKit" "-framework SystemConfiguration"
}

SOURCES += feature_list.cpp