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

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

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

include($$ROOT_DIR/common.pri)

SOURCES += main.cpp

HEADERS +=