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