[kd-soap]Upgrade version to 1.8.0 (#6838)

This commit is contained in:
JackBoosY 2019-06-11 01:04:12 +08:00 committed by Phil Christensen
parent 5ee04646c5
commit 9a6aae5c53
3 changed files with 16 additions and 20 deletions

View File

@ -1,4 +1,4 @@
Source: kd-soap
Version: 1.7.0
Version: 1.8.0
Description: A Qt-based client-side and server-side SOAP component http://www.kdab.com/products/kd-soap
Build-Depends: qt5-base

View File

@ -1,12 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c3c824e..d7a1cce 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -168,6 +168,6 @@ if(${PROJECT_NAME}_IS_ROOT_PROJECT)
enable_testing()
add_subdirectory(testtools)
add_subdirectory(unittests)
+ add_subdirectory(examples)
endif()
- add_subdirectory(examples)
endif()
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c3c824e..d7a1cce 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -168,6 +168,6 @@ if(${PROJECT_NAME}_IS_ROOT_PROJECT)
enable_testing()
add_subdirectory(testtools)
add_subdirectory(unittests)
+ add_subdirectory(examples)
endif()
- add_subdirectory(examples)
endif()

View File

@ -3,15 +3,11 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KDAB/KDSoap
REF 66a7804f157f51bc62c193b63a28918236bd7424
SHA512 e9e2ac3ef714ebd5a85972c0eed613f88cc36f213df4fb938d61b58947972524f26f54a226f8e28ce47385cd859030a560781b4aebe3a25e672ac82b5477eeb8
REF kdsoap-1.8.0
SHA512 e118f2083887d1b5d613d793e87ec23a570a8a749ef7f4de65582998b735979b4c389a939169a893d735bdf110dc84a4cca5ee38146e4009be715902f6323bb9
HEAD_REF master
PATCHES kd-soap.patch
)
vcpkg_apply_patches(
SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/8236bd7424-79789c62ed
PATCHES "${CMAKE_CURRENT_LIST_DIR}/kd-saop.patch"
)
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}