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

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

ROOT_DIR = ..
DEPENDENCIES = words coding base gflags bzip2 zlib jansson

include($$ROOT_DIR/common.pri)

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

HEADERS += \
  aard_dictionary.hpp \
  slof_indexer.hpp

SOURCES += \
  aard_dictionary.cpp \
  main.cpp \
  slof_indexer.cpp