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

mwm_tests.pro « mwm_tests « map - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0beee1bc3ce6e268f7edd85d71f4b29e86215918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Map library tests.

TARGET = mwm_tests
CONFIG += console warn_on
CONFIG -= app_bundle
TEMPLATE = app

ROOT_DIR = ../..
DEPENDENCIES = map search storage indexer platform editor geometry coding base \
               freetype fribidi expat protobuf tomcrypt jansson succinct pugixml stats_client

include($$ROOT_DIR/common.pri)

QT *= core opengl

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

SOURCES += \
  ../../testing/testingmain.cpp \
  mwm_foreach_test.cpp \
  multithread_mwm_test.cpp \
  mwm_index_test.cpp \