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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgreshilov <slovaricheg@gmail.com>2017-12-21 00:20:48 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-12-28 12:38:00 +0300
commit4e50a45aadfa0e89bd0e65f6d9342d1e2abc389f (patch)
tree7abb7d5fe5242245be11dce6a95c5b321aced030 /mapshot
parent266771ae02c3ba91031614209b202b7890cc29b3 (diff)
[qmake] Goodbye QMake!
+3party dirs +Rebased
Diffstat (limited to 'mapshot')
-rw-r--r--mapshot/mapshot.pro27
1 files changed, 0 insertions, 27 deletions
diff --git a/mapshot/mapshot.pro b/mapshot/mapshot.pro
deleted file mode 100644
index dcf5a636f1..0000000000
--- a/mapshot/mapshot.pro
+++ /dev/null
@@ -1,27 +0,0 @@
-# mapshot binary
-
-ROOT_DIR = ..
-DEPENDENCIES = map drape_frontend software_renderer routing search storage tracking traffic \
- routing_common ugc indexer drape partners_api local_ads platform editor geometry mwm_diff \
- coding base freetype expat gflags jansson protobuf osrm stats_client minizip succinct \
- pugixml opening_hours stb_image sdf_image icu agg bsdiff
-
-include($$ROOT_DIR/common.pri)
-
-INCLUDEPATH *= $$ROOT_DIR/3party/gflags/src
-
-CONFIG += console warn_on
-CONFIG -= app_bundle
-TEMPLATE = app
-
-# needed for Platform::WorkingDir() and unicode combining
-QT *= core network opengl
-
-macx-* {
- LIBS *= "-framework IOKit" "-framework SystemConfiguration"
-}
-
-SOURCES += \
- mapshot.cpp \
-
-HEADERS += \