-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[kd-soap]Upgrade version to 1.8.0 (#6838)
- Loading branch information
Showing
3 changed files
with
16 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
24 changes: 12 additions & 12 deletions
24
ports/kd-soap/kd-saop.patch → ports/kd-soap/kd-soap.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters