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

search_quality_tool.pro « search_quality_tool « search_quality « search - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bcd5d2cae070979c789df6ab2cce2c7bd33b75db (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
28
29
# Search quality tool.

TARGET = search_quality_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

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

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

HEADERS += \

SOURCES += \
    search_quality_tool.cpp \