summaryrefslogtreecommitdiff
path: root/tests/auto/linguist/lupdate
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-09-06 20:57:35 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-09-20 14:35:02 +0200
commit3460395ebbf1e9eb05419854c0d5de28b89b9b0a (patch)
tree6d21ecdf6f515fabcaff1d61182672027840f804 /tests/auto/linguist/lupdate
parentce8aa44e61e009e2d9937f25fb311bf39fa44b1d (diff)
downloadqttools-3460395ebbf1e9eb05419854c0d5de28b89b9b0a.tar.gz
support indirect SUBDIRS
that is, .file and .subdir "structs". Change-Id: I6c7ea5971642802a97461d821cb1544fcc986013 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'tests/auto/linguist/lupdate')
-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 f75a46276..13f921703 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