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: b4a016bfd5cbff4852d1ba20b30bfbf23822c1bf (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 search_tests_support search search_quality storage indexer platform editor geometry \
               coding base tomcrypt 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