Skip to content

Commit

Permalink
upstream QCA with open SSL support
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 15, 2024
1 parent 28bcb2a commit 6646e7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#############################################################
# CMake settings
cmake_minimum_required(VERSION 3.12.0)
set(VCPKG_TAG e105a86c97b8ab13d4dbe3f7bd9ebc17ece31634)
set(VCPKG_TAG ad3bae57455a3c3ce528fcd47d8e8027d0498add)
set(CMAKE_COLOR_MAKEFILE ON)
set(CMAKE_AUTORCC ON)
# set path to additional CMake modules
Expand Down
11 changes: 7 additions & 4 deletions vcpkg/.qt6/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
"jhasse-poly2tri",
"proj",
"protobuf",
"qca",
{
"name": "qca",
"default-features": false,
"features": ["ossl"]
},
"qtbase",
"qtlocation",
"qtsvg",
Expand Down Expand Up @@ -101,7 +105,7 @@
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"baseline": "e105a86c97b8ab13d4dbe3f7bd9ebc17ece31634",
"baseline": "ad3bae57455a3c3ce528fcd47d8e8027d0498add",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
Expand All @@ -115,7 +119,7 @@
"vcpkg-python-scripts"
]
}
],
],
"overlay-ports": [
"../ports"
],
Expand All @@ -124,4 +128,3 @@
]
}
}

0 comments on commit 6646e7f

Please sign in to comment.