mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:41:38 +08:00
[qtbase] no absolute paths (#28360)
This commit is contained in:
parent
df1f608341
commit
4314cd7fb5
@ -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()
|
||||
|
@ -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,
|
||||
|
@ -6306,7 +6306,7 @@
|
||||
},
|
||||
"qtbase": {
|
||||
"baseline": "6.4.1",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"qtcharts": {
|
||||
"baseline": "6.4.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5bcda79d5be8f8db8f98b57bceb408c6827cc754",
|
||||
"version": "6.4.1",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "8898a901b80fa6e70c8942349fef53932e90ba54",
|
||||
"version": "6.4.1",
|
||||
|
Loading…
Reference in New Issue
Block a user