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

traffic.pro « traffic - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c02074c080a5b971b9c120c900dc61c950979308 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET = traffic
TEMPLATE = lib
CONFIG += staticlib warn_on

ROOT_DIR = ..

include($$ROOT_DIR/common.pri)

SOURCES += \
    speed_groups.cpp \
    traffic_cache.cpp \
    traffic_info.cpp \

HEADERS += \
    speed_groups.hpp \
    traffic_cache.hpp \
    traffic_info.hpp \