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

search_quality_tests.pro « search_quality_tests « search_quality « search - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bd627a772fbe75add38332808771b32c414e56f (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
# Search quality library tests.

TARGET = search_quality_tests
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 geometry coding base \
               freetype expat fribidi tomcrypt gflags jansson protobuf osrm stats_client minizip succinct \
               opening_hours

include($$ROOT_DIR/common.pri)

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

QT *= core

macx-*: LIBS *= "-framework IOKit"

SOURCES += \
    ../../../testing/testingmain.cpp \
    sample_test.cpp \

HEADERS += \