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:
authorSergey Yershov <yershov@corp.mail.ru>2015-04-07 14:42:35 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:45:44 +0300
commit96ebd0a1d1fcc92709777b0aa6f83a74129f3bcc (patch)
tree8c1b42efc16ecb9ceabc8691a9c74568334ba6d0 /common.pri
parent3e979843e480b3e5971780b3454ab38fd0937cb6 (diff)
Fix include path for generator
Diffstat (limited to 'common.pri')
-rw-r--r--common.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.pri b/common.pri
index 1d6798cf06..f7ce2ff887 100644
--- a/common.pri
+++ b/common.pri
@@ -17,9 +17,12 @@ VERSION_MINOR = 4
VERSION = $${VERSION_MAJOR}.$${VERSION_MINOR}
# Additional include directories, common to most projects.
+INCLUDEPATH *= $$ROOT_DIR
INCLUDEPATH *= $$ROOT_DIR/3party/boost
INCLUDEPATH *= $$ROOT_DIR/3party/glm
+
+
# hack for Qt5 qmake to make it faster
CONFIG -= depend_includepath