From 1503d99a5e76856213e9125d63278339ab0c9327 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 3 Sep 2012 11:31:55 +0200 Subject: enable depend_includepath by default DEPENDPATH is hard to get right, and consequently most projects have broken dependencies. the easy way out is just adding everying in INCLUDEPATH to DEPENDPATH, like we do ourselves in qt. if somebody wants to optimize, he can opt-out. Change-Id: I7fb56010728fd2b0d2b7d4d26386f366d414ba04 Reviewed-by: Qt Doc Bot Reviewed-by: Joerg Bornemann --- mkspecs/features/default_pre.prf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs/features/default_pre.prf') diff --git a/mkspecs/features/default_pre.prf b/mkspecs/features/default_pre.prf index ca63e384e6..6eb3a396e9 100644 --- a/mkspecs/features/default_pre.prf +++ b/mkspecs/features/default_pre.prf @@ -1,5 +1,5 @@ load(exclusive_builds) -CONFIG = lex yacc warn_on debug exceptions $$CONFIG +CONFIG = lex yacc warn_on debug exceptions depend_includepath $$CONFIG !build_pass:exists($$_PRO_FILE_PWD_/sync.profile) { !exists($$[QT_HOST_DATA]/.qmake.cache) { -- cgit v1.2.3