From 57c2475ddc6c78633f0c14b2b154a5afbca7d633 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Mon, 19 Nov 2012 11:43:06 +0100 Subject: don't add DEPENDSPATH to VPATH follow suit with qmake ... Change-Id: Ie1748d2056c7218b76d75cddd0bc7fb3f66cf8f7 Reviewed-by: hjk Reviewed-by: Oswald Buddenhagen --- tests/auto/linguist/lupdate/testdata/good/proparsing/project.pro | 2 +- .../auto/linguist/lupdate/testdata/good/proparsing/project.ts.result | 4 ++-- .../testdata/good/proparsing/vpaths/dependpath/main_dependpath.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/auto/linguist/lupdate/testdata/good/proparsing/project.pro b/tests/auto/linguist/lupdate/testdata/good/proparsing/project.pro index b6d226666..65391d6a7 100644 --- a/tests/auto/linguist/lupdate/testdata/good/proparsing/project.pro +++ b/tests/auto/linguist/lupdate/testdata/good/proparsing/project.pro @@ -20,7 +20,7 @@ SOURCES += wildcard/main*.cpp \ wildcard*.cpp -DEPENDPATH = vpaths/dependpath +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. diff --git a/tests/auto/linguist/lupdate/testdata/good/proparsing/project.ts.result b/tests/auto/linguist/lupdate/testdata/good/proparsing/project.ts.result index 556ca073d..9b48d7841 100644 --- a/tests/auto/linguist/lupdate/testdata/good/proparsing/project.ts.result +++ b/tests/auto/linguist/lupdate/testdata/good/proparsing/project.ts.result @@ -56,8 +56,8 @@ QCoreApplication - Hello from a DEPENDPATH - See if the DEPENDPATH thing works + Hello from a VPATH + See if the VPATH thing works diff --git a/tests/auto/linguist/lupdate/testdata/good/proparsing/vpaths/dependpath/main_dependpath.cpp b/tests/auto/linguist/lupdate/testdata/good/proparsing/vpaths/dependpath/main_dependpath.cpp index b96024596..c628879b3 100644 --- a/tests/auto/linguist/lupdate/testdata/good/proparsing/vpaths/dependpath/main_dependpath.cpp +++ b/tests/auto/linguist/lupdate/testdata/good/proparsing/vpaths/dependpath/main_dependpath.cpp @@ -45,7 +45,7 @@ int main(int argc, char **argv) { - QCoreApplication::tr("Hello from a DEPENDPATH", "See if the DEPENDPATH thing works"); + QCoreApplication::tr("Hello from a VPATH", "See if the VPATH thing works"); } -- cgit v1.2.1