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

ugc_tests.pro « ugc_tests « ugc - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 588d99c7bcdbbe845338a1b9ce2f90629e3b5f65 (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
# UGC library tests.

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

ROOT_DIR = ../..
DEPENDENCIES = ugc indexer platform coding geometry base jansson stats_client

macx-* {
  LIBS *= "-framework IOKit" "-framework SystemConfiguration"
}

include($$ROOT_DIR/common.pri)

INCLUDEPATH += $$ROOT_DIR/3party/jansson/src

QT *= core

SOURCES += \
  ../../testing/testingmain.cpp \
  serdes_binary_tests.cpp \
  serdes_tests.cpp \