From 858c03ef5a91ac14bb275a0751ae25155fc871ca Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Fri, 2 May 2014 10:20:17 +0700 Subject: [PATCH] [qmake] Faster qmake invocation --- common.pri | 3 +++ 1 file changed, 3 insertions(+) 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