mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +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_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)
|
||||||
|
@ -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": [
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user