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

local_ads_tests.pro « local_ads_tests « local_ads - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dc2bcf7a691aa416bcbb4fab1f3ae807f3252506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TARGET = local_ads_tests
CONFIG += console warn_on
CONFIG -= app_bundle
TEMPLATE = app

ROOT_DIR = ../..
DEPENDENCIES = platform_tests_support local_ads platform coding geometry base stats_client

include($$ROOT_DIR/common.pri)

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

QT *= core

HEADERS += \

SOURCES += \
    $$ROOT_DIR/testing/testingmain.cpp \
    campaign_serialization_test.cpp \
    file_helpers_tests.cpp \
    statistics_tests.cpp \