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

pedestrian_routing_tests.pro « pedestrian_routing_tests - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59d343a6bea48dfd509f60289a5a8d3a50f8e490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TARGET = pedestrian_routing_tests
CONFIG += console warn_on
CONFIG -= app_bundle
TEMPLATE = app

ROOT_DIR = ../
DEPENDENCIES = map routing search storage indexer platform editor geometry coding base \
               osrm jansson protobuf tomcrypt stats_client succinct pugixml

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

include($$ROOT_DIR/common.pri)

QT *= core

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