From b314fe164427b931f2c226512b0603047f8e3103 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Fri, 1 Nov 2013 14:10:36 +0100 Subject: Allow lists of patterns in the FileTagger item. Rationale: It is not uncommon that the same tag is associated with more than one file pattern; more common, in fact, than the other way around. It therefore seems silly to force module authors to create one FileTagger item per file extension. For semantic consistency, the "pattern" property gets renamed to "patterns". The old name is still supported in this minor version. Change-Id: Ia7f744b0903462517582fcb549e2dab004c81dd5 Reviewed-by: Joerg Bornemann --- share/qbs/modules/cpp/windows-mingw.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/qbs/modules/cpp/windows-mingw.qbs') diff --git a/share/qbs/modules/cpp/windows-mingw.qbs b/share/qbs/modules/cpp/windows-mingw.qbs index 2cb80ca6b..c46a7432c 100644 --- a/share/qbs/modules/cpp/windows-mingw.qbs +++ b/share/qbs/modules/cpp/windows-mingw.qbs @@ -32,7 +32,7 @@ GenericGCC { } FileTagger { - pattern: "*.rc" + patterns: ["*.rc"] fileTags: ["rc"] } -- cgit v1.2.1