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:
authorAlex Zolotarev <alex@mapswithme.com>2013-07-31 12:37:07 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:59:35 +0300
commit0d3255fc85ea31b66b12ee84fb513c350f117ff5 (patch)
treea5c072f9c56c8493875cdc3ec84c2e4b8ae66609 /map/map.pro
parentbe860e044ac0d9bbae9ae3b66890c5edd09968d0 (diff)
[3party] Expat build error fix
Diffstat (limited to 'map/map.pro')
-rw-r--r--map/map.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/map/map.pro b/map/map.pro
index 3f3cb21864..0a4c93eab3 100644
--- a/map/map.pro
+++ b/map/map.pro
@@ -8,6 +8,9 @@ INCLUDEPATH += ../3party/protobuf/src
ROOT_DIR = ..
DEPENDENCIES = search gui graphics indexer anim geometry coding base expat
+# use expat from the system on linux
+!linux*: INCLUDEPATH *= ../3party/expat/lib
+
include($$ROOT_DIR/common.pri)
HEADERS += \