зеркало из https://github.com/microsoft/vcpkg.git
[qt*] ios fixes (#36003)
This commit is contained in:
Родитель
d30cdff658
Коммит
0403626792
|
@ -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,
|
||||
|
@ -62,7 +62,10 @@
|
|||
"icu",
|
||||
"jpeg",
|
||||
"network",
|
||||
"opengl",
|
||||
{
|
||||
"name": "opengl",
|
||||
"platform": "!ios"
|
||||
},
|
||||
"openssl",
|
||||
"pcre2",
|
||||
"png",
|
||||
|
@ -224,7 +227,10 @@
|
|||
"gui": {
|
||||
"description": "Qt Gui",
|
||||
"dependencies": [
|
||||
"opengl",
|
||||
{
|
||||
"name": "opengl",
|
||||
"platform": "!ios"
|
||||
},
|
||||
{
|
||||
"name": "qtbase",
|
||||
"default-features": false,
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "qtpositioning",
|
||||
"version": "6.6.1",
|
||||
"port-version": 1,
|
||||
"description": "Qt Positioning",
|
||||
"homepage": "https://www.qt.io/",
|
||||
"license": null,
|
||||
|
@ -12,7 +13,8 @@
|
|||
},
|
||||
{
|
||||
"name": "qtserialport",
|
||||
"default-features": false
|
||||
"default-features": false,
|
||||
"platform": "!ios"
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -7118,7 +7118,7 @@
|
|||
},
|
||||
"qtbase": {
|
||||
"baseline": "6.6.1",
|
||||
"port-version": 3
|
||||
"port-version": 4
|
||||
},
|
||||
"qtcharts": {
|
||||
"baseline": "6.6.1",
|
||||
|
@ -7206,7 +7206,7 @@
|
|||
},
|
||||
"qtpositioning": {
|
||||
"baseline": "6.6.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"qtquick3d": {
|
||||
"baseline": "6.6.1",
|
||||
|
@ -7246,7 +7246,7 @@
|
|||
},
|
||||
"qtserialport": {
|
||||
"baseline": "6.6.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"qtshadertools": {
|
||||
"baseline": "6.6.1",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7e1dba7994d7d228fee34f8f5b646e7d9aff62ac",
|
||||
"version": "6.6.1",
|
||||
"port-version": 4
|
||||
},
|
||||
{
|
||||
"git-tree": "b85d2c16c027edb173f51037d9c5a3e05746efa0",
|
||||
"version": "6.6.1",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "61988bd841be21af4ae3bf2748ac8f6ec071e56c",
|
||||
"version": "6.6.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "8c0c21c983c3f010540a7b11c3896af2388a0531",
|
||||
"version": "6.6.1",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5bfa96397e62f539b329016ceeb31a4c7fa1b9ed",
|
||||
"version": "6.6.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "b0fe6127a189519fdb6c51b00d1fd14759459f96",
|
||||
"version": "6.6.1",
|
||||
|
|
Загрузка…
Ссылка в новой задаче