From 92d2d2f24357339bd675a1174c20186174fc74f9 Mon Sep 17 00:00:00 2001 From: Lucas Wang Date: Thu, 6 Dec 2012 15:43:13 +0800 Subject: support indirect SUBDIRS that is, .file and .subdir "structs". (cherry picked from commit 3460395ebbf1e9eb05419854c0d5de28b89b9b0a) Change-Id: Ifdeedbbc0bccc9bc7a21707152750d7a2e839a5c Reviewed-by: Liang Qi Reviewed-by: Oswald Buddenhagen --- tests/auto/linguist/lupdate/testdata/good/proparsingsubs/project.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/linguist/lupdate/testdata/good/proparsingsubs/project.pro b/tests/auto/linguist/lupdate/testdata/good/proparsingsubs/project.pro index f75a462766..13f921703f 100644 --- a/tests/auto/linguist/lupdate/testdata/good/proparsingsubs/project.pro +++ b/tests/auto/linguist/lupdate/testdata/good/proparsingsubs/project.pro @@ -1,2 +1,3 @@ TEMPLATE = subdirs -SUBDIRS = win mac unix common +comm.subdir = common +SUBDIRS = win mac unix comm -- cgit v1.2.3