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

features_collector_tool.pro « features_collector_tool « search_quality « search - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 512c2366839a3cabca9ef47d377e0af3830901ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Features collector tool.

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

ROOT_DIR = ../../..
# todo(@m) revise
DEPENDENCIES = map drape_frontend traffic routing search_tests_support search search_quality storage indexer drape \
               platform editor geometry coding base freetype expat fribidi tomcrypt gflags \
               jansson protobuf osrm stats_client minizip succinct \
               opening_hours pugixml

include($$ROOT_DIR/common.pri)

INCLUDEPATH *= $$ROOT_DIR/3party/gflags/src
INCLUDEPATH += $$ROOT_DIR/3party/jansson/src

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

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

SOURCES += features_collector_tool.cpp \