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

local_ads.pro « local_ads - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8ccaa7c60d94066ccce2d565f0c7dd53d4608f3 (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 = local_ads
TEMPLATE = lib
CONFIG += staticlib warn_on

ROOT_DIR = ..

include($$ROOT_DIR/common.pri)

SOURCES += \
    campaign_serialization.cpp \
    event.cpp \
    file_helpers.cpp \
    icons_info.cpp \
    statistics.cpp \


HEADERS += \
    campaign.hpp \
    campaign_serialization.hpp \
    config.hpp \
    event.hpp \
    file_helpers.hpp \
    icons_info.hpp \
    statistics.hpp \