summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Becker <heirecka@exherbo.org>2017-04-07 16:21:23 +0200
committerHeiko Becker <heirecka@exherbo.org>2017-04-07 21:05:47 +0000
commit43a5fe258b7f48baad69ac040f395cb597022fa9 (patch)
tree8a7d367d4a4791e3bd3745d0224e00d713661c7b
parent23d08ce2edab09562ad283dac5d46c09efec63ca (diff)
Update attribution file for changed command line param
47c4d1378cc1eaffbc19c753726b36d2ff0decc0 changed the configuration command line parameter back to pcre, omitting the "2" which has been added after porting to PCRE2. Change-Id: Iadbd57725ab706cb4bae89c2decf8259bcad46b5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
-rw-r--r--src/3rdparty/pcre2/qt_attribution.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/pcre2/qt_attribution.json b/src/3rdparty/pcre2/qt_attribution.json
index 2e80d51298..bcf7650993 100644
--- a/src/3rdparty/pcre2/qt_attribution.json
+++ b/src/3rdparty/pcre2/qt_attribution.json
@@ -2,7 +2,7 @@
"Id": "pcre2",
"Name": "PCRE2",
"QDocModule": "qtcore",
- "QtUsage": "Optionally used in Qt Core (QRegularExpression). Configure with -system-pcre2 or -no-pcre2 to avoid.",
+ "QtUsage": "Optionally used in Qt Core (QRegularExpression). Configure with -system-pcre or -no-pcre to avoid.",
"Description": "The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5.",
"Homepage": "http://www.pcre.org/",