Update attribution file for changed command line param
47c4d1378c
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>
This commit is contained in:
parent
23d08ce2ed
commit
43a5fe258b
2
src/3rdparty/pcre2/qt_attribution.json
vendored
2
src/3rdparty/pcre2/qt_attribution.json
vendored
@ -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/",
|
||||
|
Loading…
Reference in New Issue
Block a user