Skip to content

Commit

Permalink
[qtbase] Add securetransport feature to build with SSL support on iOS (
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 30, 2024
1 parent 98ee16b commit ee73179
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
1 change: 1 addition & 0 deletions ports/qtbase/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ list(APPEND FEATURE_CORE_OPTIONS -DCMAKE_DISABLE_FIND_PACKAGE_Slog2:BOOL=ON)
FEATURES
"openssl" FEATURE_openssl
"brotli" FEATURE_brotli
"securetransport" FEATURE_securetransport
#"brotli" CMAKE_REQUIRE_FIND_PACKAGE_WrapBrotli
#"openssl" CMAKE_REQUIRE_FIND_PACKAGE_WrapOpenSSL
INVERTED_FEATURES
Expand Down
15 changes: 13 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": 7,
"port-version": 8,
"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 @@ -66,9 +66,16 @@
"name": "opengl",
"platform": "!ios"
},
"openssl",
{
"name": "openssl",
"platform": "!ios"
},
"pcre2",
"png",
{
"name": "securetransport",
"platform": "ios"
},
"sql",
"sql-psql",
"sql-sqlite",
Expand Down Expand Up @@ -336,6 +343,10 @@
}
]
},
"securetransport": {
"description": "Enable Secure Transport",
"supports": "ios | osx"
},
"sql": {
"description": "Qt Sql",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7178,7 +7178,7 @@
},
"qtbase": {
"baseline": "6.6.1",
"port-version": 7
"port-version": 8
},
"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": "5e2e2b00fd42bc15c333b7dded4e7db4109ca11f",
"version": "6.6.1",
"port-version": 8
},
{
"git-tree": "f21d3613038a80d31b8b1aaec2c16a55f45da52e",
"version": "6.6.1",
Expand Down

0 comments on commit ee73179

Please sign in to comment.