mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:49:08 +08:00
[qhttpengine] no absolute paths (#22328)
This commit is contained in:
parent
6ba1666604
commit
bca99c46b0
@ -17,6 +17,11 @@ vcpkg_cmake_configure(
|
||||
vcpkg_cmake_install()
|
||||
vcpkg_copy_pdbs()
|
||||
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(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "qhttpengine",
|
||||
"version": "1.0.2",
|
||||
"port-version": 1,
|
||||
"description": "HTTP server for Qt applications",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
|
@ -5598,7 +5598,7 @@
|
||||
},
|
||||
"qhttpengine": {
|
||||
"baseline": "1.0.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"qhull": {
|
||||
"baseline": "8.0.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "df41e64df52df962bbd8836762d3946358819690",
|
||||
"version": "1.0.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "7981cbfcf13bef7cfede8cf40a9d69967cc63dfb",
|
||||
"version": "1.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user