[qhttpengine] no absolute paths (#22328)

This commit is contained in:
autoantwort 2022-03-21 20:31:03 +01:00 committed by GitHub
parent 6ba1666604
commit bca99c46b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 1 deletions

View File

@ -17,6 +17,11 @@ vcpkg_cmake_configure(
vcpkg_cmake_install() vcpkg_cmake_install()
vcpkg_copy_pdbs() vcpkg_copy_pdbs()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake) vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake)
if(VCPKG_TARGET_IS_WINDOWS)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib/pkgconfig" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig")
else()
vcpkg_fixup_pkgconfig()
endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright) file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)

View File

@ -1,6 +1,7 @@
{ {
"name": "qhttpengine", "name": "qhttpengine",
"version": "1.0.2", "version": "1.0.2",
"port-version": 1,
"description": "HTTP server for Qt applications", "description": "HTTP server for Qt applications",
"supports": "!uwp", "supports": "!uwp",
"dependencies": [ "dependencies": [

View File

@ -5598,7 +5598,7 @@
}, },
"qhttpengine": { "qhttpengine": {
"baseline": "1.0.2", "baseline": "1.0.2",
"port-version": 0 "port-version": 1
}, },
"qhull": { "qhull": {
"baseline": "8.0.2", "baseline": "8.0.2",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "df41e64df52df962bbd8836762d3946358819690",
"version": "1.0.2",
"port-version": 1
},
{ {
"git-tree": "7981cbfcf13bef7cfede8cf40a9d69967cc63dfb", "git-tree": "7981cbfcf13bef7cfede8cf40a9d69967cc63dfb",
"version": "1.0.2", "version": "1.0.2",