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: c4b1a0fb9132cb4ee1da03d63df73be80cb580c5 (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 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 \