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

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

ROOT_DIR = ../..

DEPENDENCIES = render indexer platform geometry coding base


include($$ROOT_DIR/common.pri)


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