From 20627e9c49b9472368b47a20b6a82cf32147c4be Mon Sep 17 00:00:00 2001 From: vng Date: Fri, 17 Apr 2015 16:19:18 +0300 Subject: [PATCH] [paths] Restore compile dependencies for local hpp include files. --- common.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.pri b/common.pri index f7ce2ff887..631e31b7a4 100644 --- a/common.pri +++ b/common.pri @@ -21,11 +21,11 @@ INCLUDEPATH *= $$ROOT_DIR INCLUDEPATH *= $$ROOT_DIR/3party/boost INCLUDEPATH *= $$ROOT_DIR/3party/glm - - # hack for Qt5 qmake to make it faster CONFIG -= depend_includepath +DEPENDPATH *= $$ROOT_DIR + CONFIG *= c++11 !win32* {