mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
[qt5-base] no absolute paths (#21568)
This commit is contained in:
parent
446f0d9a37
commit
b722bcf25f
@ -504,6 +504,8 @@ if(QT_BUILD_LATEST)
|
||||
)
|
||||
endif()
|
||||
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
# #Code to get generated CMake files from CI
|
||||
# file(RENAME "${CURRENT_PACKAGES_DIR}/share/cmake/Qt5Core/Qt5CoreConfig.cmake" "${CURRENT_BUILDTREES_DIR}/Qt5CoreConfig.cmake.log")
|
||||
# file(GLOB_RECURSE CMAKE_GUI_FILES "${CURRENT_PACKAGES_DIR}/share/cmake/Qt5Gui/*.cmake" )
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "qt5-base",
|
||||
"version-semver": "5.15.2",
|
||||
"port-version": 15,
|
||||
"port-version": 16,
|
||||
"description": "Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
|
||||
"homepage": "https://www.qt.io/",
|
||||
"dependencies": [
|
||||
|
@ -5506,7 +5506,7 @@
|
||||
},
|
||||
"qt5-base": {
|
||||
"baseline": "5.15.2",
|
||||
"port-version": 15
|
||||
"port-version": 16
|
||||
},
|
||||
"qt5-canvas3d": {
|
||||
"baseline": "0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5f510633de982d6e75e3d1170af23feedf208166",
|
||||
"version-semver": "5.15.2",
|
||||
"port-version": 16
|
||||
},
|
||||
{
|
||||
"git-tree": "3f339b7160586f33649b2bee10a48b4629d6d1f2",
|
||||
"version-semver": "5.15.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user