From 79c437035006e584839869b05c6ee1bd1a8aa376 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Fri, 14 Dec 2012 20:15:10 +0100 Subject: [PATCH] remove obsolete DEPENDPATH assignments qmake now adds CONFIG+=depend_includepath by default, making manual DEPENDPATH setup unnecessary. Change-Id: Ibe763804b4cd451f19bfdac660436772644bf285 Reviewed-by: Joerg Bornemann --- src/xmlpatterns/common.pri | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/xmlpatterns/common.pri b/src/xmlpatterns/common.pri index 27253d8..5c7b8b7 100644 --- a/src/xmlpatterns/common.pri +++ b/src/xmlpatterns/common.pri @@ -14,5 +14,3 @@ INCLUDEPATH += $$PWD/acceltree \ $$PWD/type \ $$PWD/utils -DEPENDPATH += $$INCLUDEPATH - -- 2.7.4