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

editor.pro « editor - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4cf861450c085f233c93f993ec36fc2eea40a625 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Editor specific things.

TARGET = editor
TEMPLATE = lib
CONFIG += staticlib warn_on

ROOT_DIR = ..

include($$ROOT_DIR/common.pri)

SOURCES += \
  changeset_wrapper.cpp \
  config_loader.cpp \
  editor_config.cpp \
  editor_notes.cpp \
  editor_storage.cpp \
  opening_hours_ui.cpp \
  osm_auth.cpp \
  osm_feature_matcher.cpp \
  server_api.cpp \
  ui2oh.cpp \
  user_stats.cpp \
  xml_feature.cpp \

HEADERS += \
  changeset_wrapper.hpp \
  config_loader.hpp \
  editor_config.hpp \
  editor_notes.hpp \
  editor_storage.hpp \
  opening_hours_ui.hpp \
  osm_auth.hpp \
  osm_feature_matcher.hpp \
  server_api.hpp \
  ui2oh.hpp \
  user_stats.hpp \
  xml_feature.hpp \
  yes_no_unknown.hpp \