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>2014-05-02 07:20:17 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:15:17 +0300
commit858c03ef5a91ac14bb275a0751ae25155fc871ca (patch)
tree814987e2af27ec35857534f8e3c71918f7787673 /common.pri
parent63c0f9df1f01a0b761daecef3e04c28e447d7be3 (diff)
[qmake] Faster qmake invocation
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 fd9ce9b2c9..facd0c4c5b 100644
--- a/common.pri
+++ b/common.pri
@@ -12,6 +12,9 @@ VERSION = $${VERSION_MAJOR}.$${VERSION_MINOR}
# Additional include directories, common to most projects.
INCLUDEPATH *= $$ROOT_DIR/3party/boost
+# hack for Qt5 qmake to make it faster
+CONFIG-=depend_includepath
+
# Automatically enable release config for production
CONFIG(production) {
CONFIG *= release