Skip to content

Commit

Permalink
[qca] no absolute paths (microsoft#21571)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Dec 20, 2021
1 parent 9205eec commit f2149f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/qca/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,7 @@ file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/debug/share"
)

vcpkg_fixup_pkgconfig()

# Handle copyright
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
1 change: 1 addition & 0 deletions ports/qca/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "qca",
"version": "2.3.4",
"port-version": 1,
"description": "Qt Cryptographic Architecture (QCA).",
"homepage": "https://cgit.kde.org/qca.git/",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5490,7 +5490,7 @@
},
"qca": {
"baseline": "2.3.4",
"port-version": 0
"port-version": 1
},
"qcustomplot": {
"baseline": "2.0.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/q-/qca.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d61c0d118f3d64f69c85f2442b28d4c2eed0a070",
"version": "2.3.4",
"port-version": 1
},
{
"git-tree": "8fd8829b933de5ae6fffecd509403987ca084634",
"version": "2.3.4",
Expand Down

0 comments on commit f2149f0

Please sign in to comment.