forked from qt-creator/qt-creator
non-existent paths from INCLUDEPATH removed in help.pri
Change-Id: I4d2c26596b97e269fa599a0614be4eeeb21ad491 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
VPATH += $$PWD
|
||||
|
||||
INCLUDEPATH *= $$PWD $$PWD/.. \
|
||||
$$PWD/../.. $$PWD/../../utils
|
||||
|
||||
DEPENDPATH *= $$PWD $$PWD/.. \
|
||||
$$PWD/../.. $$PWD/../../utils
|
||||
INCLUDEPATH *= $$PWD $$PWD/..
|
||||
DEPENDPATH *= $$PWD $$PWD/..
|
||||
|
||||
# Input
|
||||
HEADERS += \
|
||||
|
||||
Reference in New Issue
Block a user