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:
authorvng <viktor.govako@gmail.com>2013-08-27 17:29:33 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:00:18 +0300
commite15c2864244149eb06b84dc6e4d83bd878a70f78 (patch)
tree99e193090a544baf36b962666421ae120239940b /map/map.pro
parent6e6b6e9c933af74bd54fbf095e2281e9da7f8cdc (diff)
Factor out JsonHandle as a smart pointer on json_t.
Diffstat (limited to 'map/map.pro')
-rw-r--r--map/map.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/map/map.pro b/map/map.pro
index c382fe20c4..026f156803 100644
--- a/map/map.pro
+++ b/map/map.pro
@@ -10,7 +10,6 @@ ROOT_DIR = ..
INCLUDEPATH *= $$ROOT_DIR/3party/protobuf/src
# use expat from the system on linux
!linux*: INCLUDEPATH *= $$ROOT_DIR/3party/expat/lib
-INCLUDEPATH *= $$ROOT_DIR/3party/jansson/src
include($$ROOT_DIR/common.pri)