summaryrefslogtreecommitdiff
path: root/tests/auto
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-14 20:09:35 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-16 22:09:29 +0100
commita8fdcc1b6a26a307324f53394441a4ea41dea988 (patch)
tree908d46b02a6578341d5bcf71632e15e088a96792 /tests/auto
parentc3f283f72bd96011e2942752db624e6523dd42ad (diff)
downloadqttools-a8fdcc1b6a26a307324f53394441a4ea41dea988.tar.gz
remove obsolete DEPENDPATH assignments
qmake now adds CONFIG+=depend_includepath by default, making manual DEPENDPATH setup unnecessary. Change-Id: I705c8e11b8787bb4f848f4aad19d860f88b04577 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/linguist/lupdate/testdata/good/proparsing/project.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/proparsing/project.pro b/tests/auto/linguist/lupdate/testdata/good/proparsing/project.pro
index 65391d6a7..a3d1138ef 100644
--- a/tests/auto/linguist/lupdate/testdata/good/proparsing/project.pro
+++ b/tests/auto/linguist/lupdate/testdata/good/proparsing/project.pro
@@ -23,7 +23,7 @@ SOURCES += wildcard/main*.cpp \
VPATH = vpaths/dependpath
# The purpose of this test is to test expansion of environment variables,
-# and to test if the DEPENDPATH variable is considered correctly.
+# and to test if the VPATH variable is considered correctly.
if (exists($$member($$(PATH), 0))) {
SOURCES += main_dependpath.cpp
}