correctly resolve INCLUDEPATH relative to current project
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>
Tue, 8 Oct 2013 15:43:32 +0000 (17:43 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 5 Feb 2014 19:25:32 +0000 (20:25 +0100)
commit811f22d44edc4e57236afef0803ff18504bfedf6
tree3584cf37d8649cdc75133f917868c74f69363490
parent31c6cbbe529c6fdbaf259f7ed87547db6dda7842
correctly resolve INCLUDEPATH relative to current project

Task-number: QTBUG-24587
Change-Id: I1384403e5c5e3313649fa4abb98e7578cae4677b
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
(cherry picked from qttools/92020773c1739feb4dc240827271720f615431d0)
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/project.pro
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/project.ts.result
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/sub/include/test.h [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/sub/src/test.cpp [new file with mode: 0644]
tests/auto/linguist/lupdate/testdata/good/proparsingsubs/sub/sub.pro [new file with mode: 0644]
tools/linguist/lupdate/main.cpp