Skip to content

Commit

Permalink
qtbase: don't require pcre2's default features (#42321)
Browse files Browse the repository at this point in the history
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
  • Loading branch information
nadiaholmquist and BillyONeal authored Nov 25, 2024
1 parent 14dcbf1 commit 2d9a19c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
11 changes: 9 additions & 2 deletions ports/qtbase/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "qtbase",
"version": "6.8.0",
"port-version": 1,
"description": "Qt Base (Core, Gui, Widgets, Network, ...)",
"homepage": "https://www.qt.io/",
"license": null,
Expand All @@ -10,7 +11,10 @@
"name": "libb2",
"platform": "!windows"
},
"pcre2",
{
"name": "pcre2",
"default-features": false
},
{
"name": "qtbase",
"host": true,
Expand Down Expand Up @@ -379,7 +383,10 @@
"pcre2": {
"description": "Enable PCRE2 support",
"dependencies": [
"pcre2"
{
"name": "pcre2",
"default-features": false
}
]
},
"png": {
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7550,7 +7550,7 @@
},
"qtbase": {
"baseline": "6.8.0",
"port-version": 0
"port-version": 1
},
"qtcharts": {
"baseline": "6.8.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qtbase.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "572380eee3c59c2656423fac304568537b7358d3",
"version": "6.8.0",
"port-version": 1
},
{
"git-tree": "b5025594fddc343bba86dadf4159d41a7e1bac13",
"version": "6.8.0",
Expand Down

0 comments on commit 2d9a19c

Please sign in to comment.