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

indexer_tests.pro « indexer_tests « indexer - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af97138df03e9657a034aea148a8bd7587cc9e93 (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
30
31
32
33
34
35
36
37
38
39
TARGET = indexer_tests
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app

ROOT_DIR = ../..
DEPENDENCIES = qt_tstfrm yg map indexer platform geometry coding base expat sgitess freetype fribidi

include($$ROOT_DIR/common.pri)

QT *= core gui opengl

win32 {
  LIBS += -lopengl32 -lShell32
}

win32-g++ {
  LIBS += -lpthread
}

HEADERS += \
    feature_routine.hpp \

SOURCES += \
    ../../testing/testingmain.cpp \
    cell_covering_visualize_test.cpp \
    cell_id_test.cpp \
    cell_coverer_test.cpp \
    test_type.cpp \
    index_builder_test.cpp \
    index_test.cpp \
    interval_index_test.cpp \
    point_to_int64_test.cpp \
    mercator_test.cpp \
    sort_and_merge_intervals_test.cpp \
    feature_test.cpp \
    geometry_coding_test.cpp \
    triangles_tree_coding_test.cpp \
    feature_routine.cpp \