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

indexer_tests_support.pro « indexer_tests_support « indexer - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f7d6ee79e4e48631e3132f95ca447866c0ee221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = indexer_tests_support
TEMPLATE = lib
CONFIG += staticlib warn_on

ROOT_DIR = ../..

include($$ROOT_DIR/common.pri)

SOURCES += \
    helpers.cpp \

HEADERS += \
    helpers.hpp \