[qtbase] no absolute paths (#28360)

This commit is contained in:
autoantwort 2022-12-29 01:52:28 +01:00 committed by GitHub
parent df1f608341
commit 4314cd7fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 2 deletions

View File

@ -446,3 +446,6 @@ if(EXISTS "${configfile}")
file(WRITE "${configfile}" "${_contents}")
endif()
if(VCPKG_CROSSCOMPILING)
vcpkg_replace_string("${CURRENT_PACKAGES_DIR}/share/Qt6/Qt6Dependencies.cmake" "${CURRENT_HOST_INSTALLED_DIR}" "\${CMAKE_CURRENT_LIST_DIR}/../../../${HOST_TRIPLET}")
endif()

View File

@ -1,7 +1,7 @@
{
"name": "qtbase",
"version": "6.4.1",
"port-version": 4,
"port-version": 5,
"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,

View File

@ -6306,7 +6306,7 @@
},
"qtbase": {
"baseline": "6.4.1",
"port-version": 4
"port-version": 5
},
"qtcharts": {
"baseline": "6.4.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5bcda79d5be8f8db8f98b57bceb408c6827cc754",
"version": "6.4.1",
"port-version": 5
},
{
"git-tree": "8898a901b80fa6e70c8942349fef53932e90ba54",
"version": "6.4.1",