Skip to content

Commit

Permalink
[qt*] ios fixes (#36003)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 4, 2024
1 parent d30cdff commit 0403626
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 7 deletions.
12 changes: 9 additions & 3 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": 3,
"port-version": 4,
"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 @@ -62,7 +62,10 @@
"icu",
"jpeg",
"network",
"opengl",
{
"name": "opengl",
"platform": "!ios"
},
"openssl",
"pcre2",
"png",
Expand Down Expand Up @@ -224,7 +227,10 @@
"gui": {
"description": "Qt Gui",
"dependencies": [
"opengl",
{
"name": "opengl",
"platform": "!ios"
},
{
"name": "qtbase",
"default-features": false,
Expand Down
4 changes: 3 additions & 1 deletion ports/qtpositioning/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "qtpositioning",
"version": "6.6.1",
"port-version": 1,
"description": "Qt Positioning",
"homepage": "https://www.qt.io/",
"license": null,
Expand All @@ -12,7 +13,8 @@
},
{
"name": "qtserialport",
"default-features": false
"default-features": false,
"platform": "!ios"
}
],
"features": {
Expand Down
2 changes: 2 additions & 0 deletions ports/qtserialport/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "qtserialport",
"version": "6.6.1",
"port-version": 1,
"description": "Qt Serial Port support",
"homepage": "https://www.qt.io/",
"license": null,
"supports": "!ios",
"dependencies": [
{
"name": "qtbase",
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7118,7 +7118,7 @@
},
"qtbase": {
"baseline": "6.6.1",
"port-version": 3
"port-version": 4
},
"qtcharts": {
"baseline": "6.6.1",
Expand Down Expand Up @@ -7206,7 +7206,7 @@
},
"qtpositioning": {
"baseline": "6.6.1",
"port-version": 0
"port-version": 1
},
"qtquick3d": {
"baseline": "6.6.1",
Expand Down Expand Up @@ -7246,7 +7246,7 @@
},
"qtserialport": {
"baseline": "6.6.1",
"port-version": 0
"port-version": 1
},
"qtshadertools": {
"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": "7e1dba7994d7d228fee34f8f5b646e7d9aff62ac",
"version": "6.6.1",
"port-version": 4
},
{
"git-tree": "b85d2c16c027edb173f51037d9c5a3e05746efa0",
"version": "6.6.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qtpositioning.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "61988bd841be21af4ae3bf2748ac8f6ec071e56c",
"version": "6.6.1",
"port-version": 1
},
{
"git-tree": "8c0c21c983c3f010540a7b11c3896af2388a0531",
"version": "6.6.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qtserialport.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5bfa96397e62f539b329016ceeb31a4c7fa1b9ed",
"version": "6.6.1",
"port-version": 1
},
{
"git-tree": "b0fe6127a189519fdb6c51b00d1fd14759459f96",
"version": "6.6.1",
Expand Down

0 comments on commit 0403626

Please sign in to comment.