summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLucas Wang <wbsecg1@gmail.com>2012-12-06 15:43:13 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-06 12:12:02 +0100
commit92d2d2f24357339bd675a1174c20186174fc74f9 (patch)
treee55023ae673e2c2bc47b42d841a07920649e062e /tests
parenta1e8e908d575c79b3ac3c96f6aba7bee6beb62f6 (diff)
support indirect SUBDIRS
that is, .file and .subdir "structs". (cherry picked from commit 3460395ebbf1e9eb05419854c0d5de28b89b9b0a) Change-Id: Ifdeedbbc0bccc9bc7a21707152750d7a2e839a5c Reviewed-by: Liang Qi <liang.qi@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/linguist/lupdate/testdata/good/proparsingsubs/project.pro3
1 files changed, 2 insertions, 1 deletions
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