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

style_tests.pro « style_tests « map - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9df30f79cf32dec412b906e0e0339f0b1595b9b3 (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
TARGET = style_tests
CONFIG += console warn_on
CONFIG -= app_bundle
TEMPLATE = app

INCLUDEPATH += ../../3party/protobuf/src

ROOT_DIR = ../..
DEPENDENCIES = map traffic indexer platform geometry coding base expat protobuf tomcrypt

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

include($$ROOT_DIR/common.pri)

QT *= core

SOURCES += \
  ../../testing/testingmain.cpp \
  classificator_tests.cpp \
  dashes_test.cpp \
  style_symbols_consistency_test.cpp \

HEADERS += \
  helpers.hpp \