Skip to content

Commit

Permalink
[qtbase] fix feature dbus (#35630)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Dec 14, 2023
1 parent 60adafa commit af29329
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
13 changes: 11 additions & 2 deletions ports/qtbase/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "qtbase",
"version": "6.6.1",
"port-version": 1,
"port-version": 2,
"description": "Qt Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
"homepage": "https://www.qt.io/",
"license": null,
Expand Down Expand Up @@ -104,7 +104,16 @@
]
},
"dbus": {
"description": "Qt D-Bus"
"description": "Qt D-Bus",
"dependencies": [
{
"name": "qtbase",
"default-features": false,
"features": [
"thread"
]
}
]
},
"default-features": {
"description": "Platform-dependent default features",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7102,7 +7102,7 @@
},
"qtbase": {
"baseline": "6.6.1",
"port-version": 1
"port-version": 2
},
"qtcharts": {
"baseline": "6.6.1",
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": "43986c6051eb870340850c13b94ea6cb9a28925c",
"version": "6.6.1",
"port-version": 2
},
{
"git-tree": "1a05b4f8f0ecf48816dfe2dd648bf0b1202d771e",
"version": "6.6.1",
Expand Down

0 comments on commit af29329

Please sign in to comment.