diff --git a/unittests/QSharedPointer_include/CMakeLists.txt b/unittests/QSharedPointer_include/CMakeLists.txt index 2585a4c2..f5b5aa71 100644 --- a/unittests/QSharedPointer_include/CMakeLists.txt +++ b/unittests/QSharedPointer_include/CMakeLists.txt @@ -13,6 +13,7 @@ set(QSharedPointer_include_SRCS test_qsharedpointer_include.cpp) +set(KSWSDL2CPP_OPTION -no-sync -no-async -no-async-jobs) set(WSDL_FILES test_qsharedpointer_include_wsdl.wsdl) add_unittest(${QSharedPointer_include_SRCS}) diff --git a/unittests/date_example/CMakeLists.txt b/unittests/date_example/CMakeLists.txt index 7d7e14f1..38c28e07 100644 --- a/unittests/date_example/CMakeLists.txt +++ b/unittests/date_example/CMakeLists.txt @@ -12,5 +12,6 @@ ## set(date_example_SRCS date_example.cpp) +set(KSWSDL2CPP_OPTION -no-async -no-sync) set(WSDL_FILES date_example.wsdl) add_unittest(${date_example_SRCS}) diff --git a/unittests/default_attribute_value_wsdl/CMakeLists.txt b/unittests/default_attribute_value_wsdl/CMakeLists.txt index 7ba4a02c..710fc888 100644 --- a/unittests/default_attribute_value_wsdl/CMakeLists.txt +++ b/unittests/default_attribute_value_wsdl/CMakeLists.txt @@ -13,5 +13,5 @@ set(default_attribute_value_wsdl_SRCS default_attribute_value_wsdl.cpp) set(WSDL_FILES default_attribute_value.wsdl) -set(KSWSDL2CPP_OPTION -optional-element-type boost-optional) +set(KSWSDL2CPP_OPTION -optional-element-type boost-optional -no-sync -no-async -no-async-jobs) add_unittest(${default_attribute_value_wsdl_SRCS}) diff --git a/unittests/dv_terminalauth/CMakeLists.txt b/unittests/dv_terminalauth/CMakeLists.txt index 18da4fc1..6991c104 100644 --- a/unittests/dv_terminalauth/CMakeLists.txt +++ b/unittests/dv_terminalauth/CMakeLists.txt @@ -12,5 +12,6 @@ ## set(dv_terminalauth_SRCS dv_terminalauth.cpp) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs) set(WSDL_FILES WS_DV_TerminalAuth.wsdl) add_unittest(${dv_terminalauth_SRCS}) diff --git a/unittests/dwservice_12_wsdl/CMakeLists.txt b/unittests/dwservice_12_wsdl/CMakeLists.txt index ef4b3559..df23ab8e 100644 --- a/unittests/dwservice_12_wsdl/CMakeLists.txt +++ b/unittests/dwservice_12_wsdl/CMakeLists.txt @@ -13,7 +13,7 @@ project(dwservice_12_wsdl) -set(KSWSDL2CPP_OPTION -namespace KDAB) +set(KSWSDL2CPP_OPTION -namespace KDAB -no-async -no-async-jobs) set(WSDL_FILES DWService_12.wsdl) set(dwservice_12_wsdl_SRCS test_dwservice_12_wsdl.cpp) diff --git a/unittests/dwservice_combined_wsdl/CMakeLists.txt b/unittests/dwservice_combined_wsdl/CMakeLists.txt index 2ff0b17d..f6efaf1d 100644 --- a/unittests/dwservice_combined_wsdl/CMakeLists.txt +++ b/unittests/dwservice_combined_wsdl/CMakeLists.txt @@ -12,7 +12,7 @@ ## project(dwservice_combined_wsdl) -set(KSWSDL2CPP_OPTION -namespace KDAB) +set(KSWSDL2CPP_OPTION -namespace KDAB -no-async -no-async-jobs) set(WSDL_FILES DWServiceCombined.wsdl) set(dwservice_combined_wsdl_SRCS test_dwservice_combined_wsdl.cpp) diff --git a/unittests/dwservice_wsdl/CMakeLists.txt b/unittests/dwservice_wsdl/CMakeLists.txt index 0e540d50..024e4309 100644 --- a/unittests/dwservice_wsdl/CMakeLists.txt +++ b/unittests/dwservice_wsdl/CMakeLists.txt @@ -12,7 +12,7 @@ ## project(dwservice_wsdl) -set(KSWSDL2CPP_OPTION -namespace KDAB) +set(KSWSDL2CPP_OPTION -namespace KDAB -no-async -no-async-jobs) set(WSDL_FILES DWService.wsdl) set(dwservice_wsdl_SRCS test_dwservice_wsdl.cpp) diff --git a/unittests/element_ns_wsdl/CMakeLists.txt b/unittests/element_ns_wsdl/CMakeLists.txt index aac92346..41ceb51f 100644 --- a/unittests/element_ns_wsdl/CMakeLists.txt +++ b/unittests/element_ns_wsdl/CMakeLists.txt @@ -12,6 +12,7 @@ ## set(element_ns_wsdl_SRCS testcall.cpp) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs) set(WSDL_FILES test.wsdl) add_unittest(${element_ns_wsdl_SRCS}) diff --git a/unittests/empty_element_wsdl/CMakeLists.txt b/unittests/empty_element_wsdl/CMakeLists.txt index 2bbb0bc8..e7b3b7e2 100644 --- a/unittests/empty_element_wsdl/CMakeLists.txt +++ b/unittests/empty_element_wsdl/CMakeLists.txt @@ -12,5 +12,6 @@ ## set(empty_element_wsdl_SRCS empty_element_wsdl.cpp) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs -no-sync) set(WSDL_FILES empty_element.wsdl) add_unittest(${empty_element_wsdl_SRCS}) diff --git a/unittests/empty_list_wsdl/CMakeLists.txt b/unittests/empty_list_wsdl/CMakeLists.txt index e1e34972..c62c4444 100644 --- a/unittests/empty_list_wsdl/CMakeLists.txt +++ b/unittests/empty_list_wsdl/CMakeLists.txt @@ -12,5 +12,6 @@ ## set(empty_list_wsdl_SRCS empty_list_wsdl.cpp) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs -no-sync) set(WSDL_FILES empty_list.wsdl) add_unittest(${empty_list_wsdl_SRCS}) diff --git a/unittests/empty_response_wsdl/CMakeLists.txt b/unittests/empty_response_wsdl/CMakeLists.txt index bc7de5a7..e61c2e03 100644 --- a/unittests/empty_response_wsdl/CMakeLists.txt +++ b/unittests/empty_response_wsdl/CMakeLists.txt @@ -12,6 +12,7 @@ ## set(empty_response_wsdl_SRCS test_issue1.cpp) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs) set(WSDL_FILES test.wsdl) add_unittest(${empty_response_wsdl_SRCS}) diff --git a/unittests/enum_escape/CMakeLists.txt b/unittests/enum_escape/CMakeLists.txt index cc56af21..f8f9c249 100644 --- a/unittests/enum_escape/CMakeLists.txt +++ b/unittests/enum_escape/CMakeLists.txt @@ -12,6 +12,7 @@ ## set(enum_escape_SRCS test_enum.cpp) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs -no-sync) set(WSDL_FILES test_enum.wsdl) add_unittest(${enum_escape_SRCS}) diff --git a/unittests/enzo/CMakeLists.txt b/unittests/enzo/CMakeLists.txt index 84cd90d7..b5cfe064 100644 --- a/unittests/enzo/CMakeLists.txt +++ b/unittests/enzo/CMakeLists.txt @@ -12,5 +12,6 @@ ## set(enzo_SRCS test_enzo.cpp) +set(KSWSDL2CPP_OPTION -no-async -no-sync) set(WSDL_FILES EnzoService.wsdl) add_unittest(${enzo_SRCS}) diff --git a/unittests/groupwise_wsdl/CMakeLists.txt b/unittests/groupwise_wsdl/CMakeLists.txt index 4cd67477..7644fe08 100644 --- a/unittests/groupwise_wsdl/CMakeLists.txt +++ b/unittests/groupwise_wsdl/CMakeLists.txt @@ -13,6 +13,7 @@ project(groupwise_wsdl) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs) set(WSDL_FILES groupwise.wsdl) set(groupwise_wsdl_SRCS test_groupwise_wsdl.cpp wsdl_groupwise.cpp) diff --git a/unittests/import_definition/CMakeLists.txt b/unittests/import_definition/CMakeLists.txt index 1cb07de2..57df35b3 100644 --- a/unittests/import_definition/CMakeLists.txt +++ b/unittests/import_definition/CMakeLists.txt @@ -12,6 +12,7 @@ ## set(import_definition_SRCS test_import_definition.cpp) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs) set(WSDL_FILES import_definition.wsdl import_definition_wsdl.wsdl) add_unittest(${import_definition_SRCS}) diff --git a/unittests/keep_unused_types/CMakeLists.txt b/unittests/keep_unused_types/CMakeLists.txt index 43da0104..8d31fc5e 100644 --- a/unittests/keep_unused_types/CMakeLists.txt +++ b/unittests/keep_unused_types/CMakeLists.txt @@ -14,7 +14,7 @@ project(keep_unused_types) #this is the option given to KDWSDL2CPP when generating cpp from wsdl -set(KSWSDL2CPP_OPTION "-keep-unused-types") +set(KSWSDL2CPP_OPTION -keep-unused-types -no-sync -no-async -no-async-jobs) set(WSDL_FILES keep_unused_types.wsdl) set(keep_unused_types_SRCS keep_unused_types.cpp) diff --git a/unittests/literal_true_false/CMakeLists.txt b/unittests/literal_true_false/CMakeLists.txt index b3d3ec44..5a87921a 100644 --- a/unittests/literal_true_false/CMakeLists.txt +++ b/unittests/literal_true_false/CMakeLists.txt @@ -12,6 +12,7 @@ ## set(literal_true_false_SRCS test_literal.cpp) +set(KSWSDL2CPP_OPTION -no-sync -no-async -no-async-jobs) set(WSDL_FILES literal.wsdl) add_unittest(${literal_true_false_SRCS}) diff --git a/unittests/logbook_wsdl/CMakeLists.txt b/unittests/logbook_wsdl/CMakeLists.txt index 79f2e5b4..830aca9b 100644 --- a/unittests/logbook_wsdl/CMakeLists.txt +++ b/unittests/logbook_wsdl/CMakeLists.txt @@ -14,6 +14,7 @@ project(logbook_wsdl) set(WSDL_FILES logbookifv3.wsdl) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs) set(logbook_wsdl_SRCS test_logbook_wsdl.cpp wsdl_logbookifv3.cpp) add_unittest(${logbook_wsdl_SRCS}) diff --git a/unittests/msexchange_noservice_wsdl/CMakeLists.txt b/unittests/msexchange_noservice_wsdl/CMakeLists.txt index 3af3f195..bcb9fa98 100644 --- a/unittests/msexchange_noservice_wsdl/CMakeLists.txt +++ b/unittests/msexchange_noservice_wsdl/CMakeLists.txt @@ -12,6 +12,7 @@ ## set(msexchange_noservice_wsdl_SRCS msexchange_noservice_wsdl.cpp) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs) set(WSDL_FILES Services_noservice.wsdl) add_unittest(${msexchange_noservice_wsdl_SRCS}) diff --git a/unittests/msexchange_wsdl/CMakeLists.txt b/unittests/msexchange_wsdl/CMakeLists.txt index 6a81c74f..ecac4728 100644 --- a/unittests/msexchange_wsdl/CMakeLists.txt +++ b/unittests/msexchange_wsdl/CMakeLists.txt @@ -15,5 +15,6 @@ project(msexchange_wsdl) set(WSDL_FILES Services.wsdl) set(msexchange_wsdl_SRCS msexchange_wsdl.cpp) +set(KSWSDL2CPP_OPTION -no-async) add_unittest(${msexchange_wsdl_SRCS}) diff --git a/unittests/multiple_input_param/CMakeLists.txt b/unittests/multiple_input_param/CMakeLists.txt index a94f3ae7..2c64ba1b 100644 --- a/unittests/multiple_input_param/CMakeLists.txt +++ b/unittests/multiple_input_param/CMakeLists.txt @@ -12,6 +12,7 @@ ## set(multiple_input_param_SRCS test_multiple_input_param.cpp) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs) set(WSDL_FILES helloworldextended.wsdl) add_unittest(${multiple_input_param_SRCS}) diff --git a/unittests/optionaltype_boost_optional/CMakeLists.txt b/unittests/optionaltype_boost_optional/CMakeLists.txt index 1e00f976..920df5ad 100644 --- a/unittests/optionaltype_boost_optional/CMakeLists.txt +++ b/unittests/optionaltype_boost_optional/CMakeLists.txt @@ -12,7 +12,8 @@ ## set(optionaltype_boost_optional_SRCS testboostapi.cpp) -set(KSWSDL2CPP_OPTION -optional-element-type boost-optional) +set(KSWSDL2CPP_OPTION -optional-element-type boost-optional -no-sync -no-async -no-async-jobs) + set(WSDL_FILES test.wsdl) add_unittest(${optionaltype_boost_optional_SRCS}) diff --git a/unittests/optionaltype_pointer/CMakeLists.txt b/unittests/optionaltype_pointer/CMakeLists.txt index a686f424..e0fcf282 100644 --- a/unittests/optionaltype_pointer/CMakeLists.txt +++ b/unittests/optionaltype_pointer/CMakeLists.txt @@ -12,7 +12,8 @@ ## set(optionaltype_pointer_SRCS testpointerapi.cpp) -set(KSWSDL2CPP_OPTION -optional-element-type raw-pointer) +set(KSWSDL2CPP_OPTION -optional-element-type raw-pointer -no-sync -no-async -no-async-jobs) + set(WSDL_FILES test.wsdl) add_unittest(${optionaltype_pointer_SRCS}) diff --git a/unittests/optionaltype_regular/CMakeLists.txt b/unittests/optionaltype_regular/CMakeLists.txt index 8f6f7b17..cf29ca16 100644 --- a/unittests/optionaltype_regular/CMakeLists.txt +++ b/unittests/optionaltype_regular/CMakeLists.txt @@ -13,6 +13,6 @@ set(optionaltype_regular_SRCS testregularapi.cpp) set(WSDL_FILES test.wsdl) -set(KSWSDL2CPP_OPTION -namespace KDAB) +set(KSWSDL2CPP_OPTION -namespace KDAB -no-sync -no-async -no-async-jobs) add_unittest(${optionaltype_regular_SRCS}) diff --git a/unittests/pki.pca.dfn.de/CMakeLists.txt b/unittests/pki.pca.dfn.de/CMakeLists.txt index 0d738707..afbd95b2 100644 --- a/unittests/pki.pca.dfn.de/CMakeLists.txt +++ b/unittests/pki.pca.dfn.de/CMakeLists.txt @@ -13,4 +13,5 @@ set(pki.pca.dfn.de_SRCS test_pki.cpp) set(WSDL_FILES pki.pca.dfn.de.wsdl) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs) add_unittest(${pki.pca.dfn.de_SRCS}) diff --git a/unittests/salesforce_wsdl/CMakeLists.txt b/unittests/salesforce_wsdl/CMakeLists.txt index 6b873fd7..bb3feb68 100644 --- a/unittests/salesforce_wsdl/CMakeLists.txt +++ b/unittests/salesforce_wsdl/CMakeLists.txt @@ -13,6 +13,7 @@ project(salesforce_wsdl) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs) set(WSDL_FILES salesforce-partner.wsdl) set(salesforce_wsdl_SRCS salesforce_wsdl.cpp) diff --git a/unittests/soap_over_udp/CMakeLists.txt b/unittests/soap_over_udp/CMakeLists.txt index a182b504..8625b11f 100644 --- a/unittests/soap_over_udp/CMakeLists.txt +++ b/unittests/soap_over_udp/CMakeLists.txt @@ -13,7 +13,8 @@ project(soap_over_udp) -set(KSWSDL2CPP_OPTION -use-local-files-only) +set(KSWSDL2CPP_OPTION -use-local-files-only -no-sync -no-async -no-async-jobs) + set(WSDL_FILES wsdd-discovery-200901.wsdl) set(soap_over_udp_SRCS test_soap_over_udp.cpp wsdl_wsdd-discovery-200901.cpp) diff --git a/unittests/specialchars_wsdl/CMakeLists.txt b/unittests/specialchars_wsdl/CMakeLists.txt index d74694ba..7103acca 100644 --- a/unittests/specialchars_wsdl/CMakeLists.txt +++ b/unittests/specialchars_wsdl/CMakeLists.txt @@ -12,6 +12,7 @@ ## set(specialchars_wsdl_SRCS testconversion.cpp) +set(KSWSDL2CPP_OPTION -no-sync -no-async -no-async-jobs) set(WSDL_FILES test.wsdl) add_unittest(${specialchars_wsdl_SRCS}) diff --git a/unittests/test_calc/CMakeLists.txt b/unittests/test_calc/CMakeLists.txt index 0eb45b31..f409664a 100644 --- a/unittests/test_calc/CMakeLists.txt +++ b/unittests/test_calc/CMakeLists.txt @@ -12,5 +12,6 @@ ## set(calc_SRCS test_calc.cpp) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs) set(WSDL_FILES calc.wsdl) add_unittest(${calc_SRCS}) diff --git a/unittests/uitapi/CMakeLists.txt b/unittests/uitapi/CMakeLists.txt index fdadd831..b1c719f5 100644 --- a/unittests/uitapi/CMakeLists.txt +++ b/unittests/uitapi/CMakeLists.txt @@ -12,6 +12,7 @@ ## set(uitapi_SRCS test_uitapi.cpp) +set(KSWSDL2CPP_OPTION -no-sync -no-async) set(WSDL_FILES uitapi.wsdl) add_unittest(${uitapi_SRCS}) diff --git a/unittests/unqualified_formdefault/CMakeLists.txt b/unittests/unqualified_formdefault/CMakeLists.txt index efee18c2..19af4428 100644 --- a/unittests/unqualified_formdefault/CMakeLists.txt +++ b/unittests/unqualified_formdefault/CMakeLists.txt @@ -12,6 +12,7 @@ ## set(unqualified_formdefault_SRCS test_unqualified.cpp) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs) set(WSDL_FILES unqualified.wsdl) add_unittest(${unqualified_formdefault_SRCS}) diff --git a/unittests/vidyo/CMakeLists.txt b/unittests/vidyo/CMakeLists.txt index a02764f1..640cb185 100644 --- a/unittests/vidyo/CMakeLists.txt +++ b/unittests/vidyo/CMakeLists.txt @@ -12,6 +12,7 @@ ## set(vidyo_SRCS test_vidyo.cpp) +set(KSWSDL2CPP_OPTION -no-sync -no-async -no-async-jobs) set(WSDL_FILES VidyoPortalGuestService.wsdl) add_unittest(${vidyo_SRCS}) diff --git a/unittests/webcalls_wsdl/CMakeLists.txt b/unittests/webcalls_wsdl/CMakeLists.txt index 5b22ec93..c5deb124 100644 --- a/unittests/webcalls_wsdl/CMakeLists.txt +++ b/unittests/webcalls_wsdl/CMakeLists.txt @@ -15,5 +15,6 @@ project(webcalls_wsdl) set(WSDL_FILES BFGlobalService.wsdl BLZService.wsdl OrteLookup.wsdl) set(webcalls_wsdl_SRCS webcalls_wsdl.cpp) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs) add_unittest(${webcalls_wsdl_SRCS}) diff --git a/unittests/ws_addressing_support/CMakeLists.txt b/unittests/ws_addressing_support/CMakeLists.txt index c506d0e2..b63790cb 100644 --- a/unittests/ws_addressing_support/CMakeLists.txt +++ b/unittests/ws_addressing_support/CMakeLists.txt @@ -15,5 +15,6 @@ project(ws_addressing_support) set(WSDL_FILES wsaddressing.wsdl) set(ws_addressing_support_SRCS wsaddressingtest.cpp) +set(KSWSDL2CPP_OPTION -no-sync -no-async -no-async-jobs) add_unittest(${ws_addressing_support_SRCS}) diff --git a/unittests/ws_discovery_wsdl/CMakeLists.txt b/unittests/ws_discovery_wsdl/CMakeLists.txt index 5e9da1fd..4e84adcd 100644 --- a/unittests/ws_discovery_wsdl/CMakeLists.txt +++ b/unittests/ws_discovery_wsdl/CMakeLists.txt @@ -13,7 +13,7 @@ project(ws_discovery_wsdl) -set(KSWSDL2CPP_OPTION -use-local-files-only) +set(KSWSDL2CPP_OPTION -use-local-files-only -no-sync -no-async -no-async-jobs) set(WSDL_FILES ws_discovery200504.wsdl) set(ws_discovery_wsdl_SRCS test_ws_discovery_wsdl.cpp wsdl_ws_discovery200504.cpp) diff --git a/unittests/ws_usernametoken_support/CMakeLists.txt b/unittests/ws_usernametoken_support/CMakeLists.txt index 9649e8a1..3626639b 100644 --- a/unittests/ws_usernametoken_support/CMakeLists.txt +++ b/unittests/ws_usernametoken_support/CMakeLists.txt @@ -15,5 +15,6 @@ project(ws_usernametoken_support) set(WSDL_FILES wsusernametoken.wsdl) set(ws_usernametoken_support_SRCS wsusernametokentest.cpp) +set(KSWSDL2CPP_OPTION -no-sync -no-async -no-async-jobs) add_unittest(${ws_usernametoken_support_SRCS}) diff --git a/unittests/wsdl_rpc/CMakeLists.txt b/unittests/wsdl_rpc/CMakeLists.txt index 15455b39..0eafda36 100644 --- a/unittests/wsdl_rpc/CMakeLists.txt +++ b/unittests/wsdl_rpc/CMakeLists.txt @@ -17,3 +17,4 @@ set(WSDL_FILES mywsdl_rpc.wsdl) set(wsdl_rpc_SRCS test_wsdl_rpc.cpp) add_unittest(${wsdl_rpc_SRCS}) +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs)