diff --git a/unittests/QSharedPointer_include/CMakeLists.txt b/unittests/QSharedPointer_include/CMakeLists.txt index f70826c2e..f3b23c793 100644 --- a/unittests/QSharedPointer_include/CMakeLists.txt +++ b/unittests/QSharedPointer_include/CMakeLists.txt @@ -1,5 +1,6 @@ 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/QSharedPointer_include/QSharedPointer_include.pro b/unittests/QSharedPointer_include/QSharedPointer_include.pro index 87304784d..c3a068fc0 100644 --- a/unittests/QSharedPointer_include/QSharedPointer_include.pro +++ b/unittests/QSharedPointer_include/QSharedPointer_include.pro @@ -6,6 +6,7 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-sync -no-async -no-async-jobs KDWSDL = test_qsharedpointer_include_wsdl.wsdl OTHER_FILES = $$KDWSDL diff --git a/unittests/date_example/CMakeLists.txt b/unittests/date_example/CMakeLists.txt index 2b9031fde..5ef26f63b 100644 --- a/unittests/date_example/CMakeLists.txt +++ b/unittests/date_example/CMakeLists.txt @@ -1,3 +1,4 @@ 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/date_example/date_example.pro b/unittests/date_example/date_example.pro index 3cea89170..336a51f7f 100644 --- a/unittests/date_example/date_example.pro +++ b/unittests/date_example/date_example.pro @@ -7,6 +7,7 @@ test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test KDWSDL = date_example.wsdl +KDWSDL_OPTIONS += -no-async -no-sync OTHER_FILES = $$KDWSDL LIBS += -L$${TOP_BUILD_DIR}/lib diff --git a/unittests/default_attribute_value_wsdl/CMakeLists.txt b/unittests/default_attribute_value_wsdl/CMakeLists.txt index d26caf758..9653d67b6 100644 --- a/unittests/default_attribute_value_wsdl/CMakeLists.txt +++ b/unittests/default_attribute_value_wsdl/CMakeLists.txt @@ -1,4 +1,4 @@ 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/default_attribute_value_wsdl/default_attribute_value_wsdl.pro b/unittests/default_attribute_value_wsdl/default_attribute_value_wsdl.pro index bdefd1506..d1cdb22e3 100644 --- a/unittests/default_attribute_value_wsdl/default_attribute_value_wsdl.pro +++ b/unittests/default_attribute_value_wsdl/default_attribute_value_wsdl.pro @@ -6,6 +6,7 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-sync -no-async-jobs KDWSDL = default_attribute_value.wsdl OTHER_FILES = $$KDWSDL diff --git a/unittests/dv_terminalauth/CMakeLists.txt b/unittests/dv_terminalauth/CMakeLists.txt index 09da4ca1f..226c578cb 100644 --- a/unittests/dv_terminalauth/CMakeLists.txt +++ b/unittests/dv_terminalauth/CMakeLists.txt @@ -1,3 +1,4 @@ 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/dv_terminalauth/dv_terminalauth.pro b/unittests/dv_terminalauth/dv_terminalauth.pro index c4b942749..6821ffdc0 100644 --- a/unittests/dv_terminalauth/dv_terminalauth.pro +++ b/unittests/dv_terminalauth/dv_terminalauth.pro @@ -6,6 +6,7 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-async-jobs KDWSDL = WS_DV_TerminalAuth.wsdl OTHER_FILES = $$KDWSDL diff --git a/unittests/dwservice_12_wsdl/CMakeLists.txt b/unittests/dwservice_12_wsdl/CMakeLists.txt index d78e1cba6..61ae59794 100644 --- a/unittests/dwservice_12_wsdl/CMakeLists.txt +++ b/unittests/dwservice_12_wsdl/CMakeLists.txt @@ -1,6 +1,6 @@ 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_12_wsdl/dwservice_12_wsdl.pro b/unittests/dwservice_12_wsdl/dwservice_12_wsdl.pro index 58f96b3a0..ee441b065 100644 --- a/unittests/dwservice_12_wsdl/dwservice_12_wsdl.pro +++ b/unittests/dwservice_12_wsdl/dwservice_12_wsdl.pro @@ -1,4 +1,4 @@ -KDWSDL_OPTIONS = -namespace KDAB +KDWSDL_OPTIONS = -namespace KDAB -no-async -no-async-jobs include( $${TOP_SOURCE_DIR}/unittests/unittests.pri ) QT += network xml @@ -8,6 +8,5 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test - KDWSDL = DWService_12.wsdl OTHER_FILES += $$KDWSDL diff --git a/unittests/dwservice_combined_wsdl/CMakeLists.txt b/unittests/dwservice_combined_wsdl/CMakeLists.txt index 54f1935e9..2b0f3e0fb 100644 --- a/unittests/dwservice_combined_wsdl/CMakeLists.txt +++ b/unittests/dwservice_combined_wsdl/CMakeLists.txt @@ -1,5 +1,5 @@ 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_combined_wsdl/dwservice_combined_wsdl.pro b/unittests/dwservice_combined_wsdl/dwservice_combined_wsdl.pro index adec29b12..54831c492 100644 --- a/unittests/dwservice_combined_wsdl/dwservice_combined_wsdl.pro +++ b/unittests/dwservice_combined_wsdl/dwservice_combined_wsdl.pro @@ -8,6 +8,6 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test - +KDWSDL_OPTIONS += -namespace KDAB -no-async -no-async-jobs KDWSDL = DWServiceCombined.wsdl OTHER_FILES += $$KDWSDL diff --git a/unittests/dwservice_wsdl/CMakeLists.txt b/unittests/dwservice_wsdl/CMakeLists.txt index 59b1bacce..6633c49be 100644 --- a/unittests/dwservice_wsdl/CMakeLists.txt +++ b/unittests/dwservice_wsdl/CMakeLists.txt @@ -1,5 +1,5 @@ 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/dwservice_wsdl/dwservice_wsdl.pro b/unittests/dwservice_wsdl/dwservice_wsdl.pro index 0ab4d34e8..08d191c09 100644 --- a/unittests/dwservice_wsdl/dwservice_wsdl.pro +++ b/unittests/dwservice_wsdl/dwservice_wsdl.pro @@ -1,4 +1,4 @@ -KDWSDL_OPTIONS = -namespace KDAB +KDWSDL_OPTIONS = -namespace KDAB -no-async -no-async-jobs include( $${TOP_SOURCE_DIR}/unittests/unittests.pri ) QT += network xml @@ -8,6 +8,5 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test - KDWSDL = DWService.wsdl OTHER_FILES += $$KDWSDL diff --git a/unittests/element_ns_wsdl/CMakeLists.txt b/unittests/element_ns_wsdl/CMakeLists.txt index 06b0aab8c..c5c2d7930 100644 --- a/unittests/element_ns_wsdl/CMakeLists.txt +++ b/unittests/element_ns_wsdl/CMakeLists.txt @@ -1,5 +1,6 @@ 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/element_ns_wsdl/element_ns_wsdl.pro b/unittests/element_ns_wsdl/element_ns_wsdl.pro index d63ec2b48..8b00963ae 100644 --- a/unittests/element_ns_wsdl/element_ns_wsdl.pro +++ b/unittests/element_ns_wsdl/element_ns_wsdl.pro @@ -20,6 +20,7 @@ SOURCES += \ HEADERS += \ testcall.h +KDWSDL_OPTIONS += -no-async -no-async-jobs KDWSDL = test.wsdl OTHER_FILES += \ diff --git a/unittests/empty_element_wsdl/CMakeLists.txt b/unittests/empty_element_wsdl/CMakeLists.txt index 559343454..ae49611dc 100644 --- a/unittests/empty_element_wsdl/CMakeLists.txt +++ b/unittests/empty_element_wsdl/CMakeLists.txt @@ -1,3 +1,4 @@ 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_element_wsdl/empty_element_wsdl.pro b/unittests/empty_element_wsdl/empty_element_wsdl.pro index 5444d4451..fe79acfb4 100644 --- a/unittests/empty_element_wsdl/empty_element_wsdl.pro +++ b/unittests/empty_element_wsdl/empty_element_wsdl.pro @@ -6,6 +6,7 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-async-jobs -no-sync KDWSDL = empty_element.wsdl OTHER_FILES = $$KDWSDL diff --git a/unittests/empty_list_wsdl/CMakeLists.txt b/unittests/empty_list_wsdl/CMakeLists.txt index 92f4470d9..ae9494e40 100644 --- a/unittests/empty_list_wsdl/CMakeLists.txt +++ b/unittests/empty_list_wsdl/CMakeLists.txt @@ -1,3 +1,4 @@ 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_list_wsdl/empty_list_wsdl.pro b/unittests/empty_list_wsdl/empty_list_wsdl.pro index 6507e0fa9..ac1853374 100644 --- a/unittests/empty_list_wsdl/empty_list_wsdl.pro +++ b/unittests/empty_list_wsdl/empty_list_wsdl.pro @@ -6,6 +6,7 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-async-jobs -no-sync KDWSDL = empty_list.wsdl OTHER_FILES = $$KDWSDL diff --git a/unittests/empty_response_wsdl/CMakeLists.txt b/unittests/empty_response_wsdl/CMakeLists.txt index 3806d2dfc..0cab5fdab 100644 --- a/unittests/empty_response_wsdl/CMakeLists.txt +++ b/unittests/empty_response_wsdl/CMakeLists.txt @@ -1,5 +1,6 @@ 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/empty_response_wsdl/empty_response_wsdl.pro b/unittests/empty_response_wsdl/empty_response_wsdl.pro index 4d07f82b7..e35663793 100644 --- a/unittests/empty_response_wsdl/empty_response_wsdl.pro +++ b/unittests/empty_response_wsdl/empty_response_wsdl.pro @@ -11,6 +11,7 @@ SOURCES += \ HEADERS += +KDWSDL_OPTIONS += -no-async -no-async-jobs KDWSDL = test.wsdl OTHER_FILES += \ diff --git a/unittests/enum_escape/CMakeLists.txt b/unittests/enum_escape/CMakeLists.txt index 258f96411..01816ecc1 100644 --- a/unittests/enum_escape/CMakeLists.txt +++ b/unittests/enum_escape/CMakeLists.txt @@ -1,5 +1,6 @@ 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/enum_escape/enum_escape.pro b/unittests/enum_escape/enum_escape.pro index a356bde83..4d252538f 100644 --- a/unittests/enum_escape/enum_escape.pro +++ b/unittests/enum_escape/enum_escape.pro @@ -7,5 +7,6 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-async-jobs -no-sync KDWSDL = test_enum.wsdl OTHER_FILES += $$KDWSDL diff --git a/unittests/enzo/CMakeLists.txt b/unittests/enzo/CMakeLists.txt index 836f1d423..1016caf6c 100644 --- a/unittests/enzo/CMakeLists.txt +++ b/unittests/enzo/CMakeLists.txt @@ -1,3 +1,4 @@ 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/enzo/enzo.pro b/unittests/enzo/enzo.pro index ff0a67450..a22f41b60 100644 --- a/unittests/enzo/enzo.pro +++ b/unittests/enzo/enzo.pro @@ -6,6 +6,7 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-sync KDWSDL = EnzoService.wsdl OTHER_FILES = $$KDWSDL diff --git a/unittests/groupwise_wsdl/CMakeLists.txt b/unittests/groupwise_wsdl/CMakeLists.txt index dbe3533e2..e021d53af 100644 --- a/unittests/groupwise_wsdl/CMakeLists.txt +++ b/unittests/groupwise_wsdl/CMakeLists.txt @@ -1,5 +1,6 @@ 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 ) set(EXTRA_LIBS ${QT_QTXML_LIBRARY}) diff --git a/unittests/groupwise_wsdl/groupwise_wsdl.pro b/unittests/groupwise_wsdl/groupwise_wsdl.pro index bce67d3be..5c30ac0df 100644 --- a/unittests/groupwise_wsdl/groupwise_wsdl.pro +++ b/unittests/groupwise_wsdl/groupwise_wsdl.pro @@ -6,5 +6,6 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-async-jobs KDWSDL = groupwise.wsdl OTHER_FILES = $$KDWSDL types.xsd methods.xsd events.xsd diff --git a/unittests/import_definition/CMakeLists.txt b/unittests/import_definition/CMakeLists.txt index 7069bd2a2..5293d8d06 100644 --- a/unittests/import_definition/CMakeLists.txt +++ b/unittests/import_definition/CMakeLists.txt @@ -1,5 +1,6 @@ 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/import_definition/import_definition.pro b/unittests/import_definition/import_definition.pro index cabe02dcd..37f07a898 100644 --- a/unittests/import_definition/import_definition.pro +++ b/unittests/import_definition/import_definition.pro @@ -7,6 +7,7 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-async-jobs #KDWSDL = import_definition_homemade.wsdl KDWSDL = import_definition.wsdl OTHER_FILES += $$KDWSDL diff --git a/unittests/keep_unused_types/CMakeLists.txt b/unittests/keep_unused_types/CMakeLists.txt index 9a719c7f1..4705d1cde 100755 --- a/unittests/keep_unused_types/CMakeLists.txt +++ b/unittests/keep_unused_types/CMakeLists.txt @@ -1,7 +1,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/keep_unused_types/keep_unused_types.pro b/unittests/keep_unused_types/keep_unused_types.pro index 23f8f97e8..7b6751f30 100755 --- a/unittests/keep_unused_types/keep_unused_types.pro +++ b/unittests/keep_unused_types/keep_unused_types.pro @@ -1,5 +1,5 @@ #this is the option given to KDWSDL2CPP when generating cpp from wsdl -KDWSDL_OPTIONS = -keep-unused-types +KDWSDL_OPTIONS = -keep-unused-types -no-sync -no-async -no-async-jobs include( $${TOP_SOURCE_DIR}/unittests/unittests.pri ) diff --git a/unittests/literal_true_false/CMakeLists.txt b/unittests/literal_true_false/CMakeLists.txt index 64f0ea27e..7f3d2d635 100644 --- a/unittests/literal_true_false/CMakeLists.txt +++ b/unittests/literal_true_false/CMakeLists.txt @@ -1,5 +1,6 @@ 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/literal_true_false/literal_true_false.pro b/unittests/literal_true_false/literal_true_false.pro index a65fdb8b8..ecddc3747 100644 --- a/unittests/literal_true_false/literal_true_false.pro +++ b/unittests/literal_true_false/literal_true_false.pro @@ -7,6 +7,7 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-sync -no-async -no-async-jobs KDWSDL = literal.wsdl OTHER_FILES += $$KDWSDL diff --git a/unittests/logbook_wsdl/CMakeLists.txt b/unittests/logbook_wsdl/CMakeLists.txt index a601e6f63..256c7584a 100644 --- a/unittests/logbook_wsdl/CMakeLists.txt +++ b/unittests/logbook_wsdl/CMakeLists.txt @@ -1,6 +1,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) set(EXTRA_LIBS ${QT_QTXML_LIBRARY}) diff --git a/unittests/logbook_wsdl/logbook_wsdl.pro b/unittests/logbook_wsdl/logbook_wsdl.pro index e3a429134..8f507fda3 100644 --- a/unittests/logbook_wsdl/logbook_wsdl.pro +++ b/unittests/logbook_wsdl/logbook_wsdl.pro @@ -6,4 +6,5 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-async-jobs KDWSDL = logbookifv3.wsdl diff --git a/unittests/msexchange_noservice_wsdl/CMakeLists.txt b/unittests/msexchange_noservice_wsdl/CMakeLists.txt index 2a9bf0a1e..ef41da7b7 100644 --- a/unittests/msexchange_noservice_wsdl/CMakeLists.txt +++ b/unittests/msexchange_noservice_wsdl/CMakeLists.txt @@ -1,5 +1,6 @@ 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_noservice_wsdl/msexchange_noservice_wsdl.pro b/unittests/msexchange_noservice_wsdl/msexchange_noservice_wsdl.pro index 95139de2c..71d1cb387 100644 --- a/unittests/msexchange_noservice_wsdl/msexchange_noservice_wsdl.pro +++ b/unittests/msexchange_noservice_wsdl/msexchange_noservice_wsdl.pro @@ -6,5 +6,6 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-async-jobs KDWSDL = Services_noservice.wsdl OTHER_FILES += $$KDWSDL diff --git a/unittests/msexchange_wsdl/CMakeLists.txt b/unittests/msexchange_wsdl/CMakeLists.txt index 235033aa5..3e4e2235b 100644 --- a/unittests/msexchange_wsdl/CMakeLists.txt +++ b/unittests/msexchange_wsdl/CMakeLists.txt @@ -2,6 +2,7 @@ project(msexchange_wsdl) set(WSDL_FILES Services.wsdl) set(msexchange_wsdl_SRCS msexchange_wsdl.cpp ) +set(KSWSDL2CPP_OPTION -no-async) set(EXTRA_LIBS ${QT_QTXML_LIBRARY}) diff --git a/unittests/msexchange_wsdl/msexchange_wsdl.pro b/unittests/msexchange_wsdl/msexchange_wsdl.pro index e927a6756..bc91761a5 100644 --- a/unittests/msexchange_wsdl/msexchange_wsdl.pro +++ b/unittests/msexchange_wsdl/msexchange_wsdl.pro @@ -6,5 +6,6 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async KDWSDL = Services.wsdl OTHER_FILES += $$KDWSDL *.xsd diff --git a/unittests/multiple_input_param/CMakeLists.txt b/unittests/multiple_input_param/CMakeLists.txt index 2f9f4d665..7bac602d7 100644 --- a/unittests/multiple_input_param/CMakeLists.txt +++ b/unittests/multiple_input_param/CMakeLists.txt @@ -1,5 +1,6 @@ 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/multiple_input_param/multiple_input_param.pro b/unittests/multiple_input_param/multiple_input_param.pro index 11bee4575..0dd548ece 100644 --- a/unittests/multiple_input_param/multiple_input_param.pro +++ b/unittests/multiple_input_param/multiple_input_param.pro @@ -7,6 +7,7 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-async-jobs KDWSDL = helloworldextended.wsdl OTHER_FILES += $$KDWSDL diff --git a/unittests/optionaltype_boost_optional/CMakeLists.txt b/unittests/optionaltype_boost_optional/CMakeLists.txt index 80e99262d..2ae6b0965 100644 --- a/unittests/optionaltype_boost_optional/CMakeLists.txt +++ b/unittests/optionaltype_boost_optional/CMakeLists.txt @@ -1,6 +1,7 @@ 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_boost_optional/optionaltype_boost_optional.pro b/unittests/optionaltype_boost_optional/optionaltype_boost_optional.pro index f01b2e922..6d291beb0 100644 --- a/unittests/optionaltype_boost_optional/optionaltype_boost_optional.pro +++ b/unittests/optionaltype_boost_optional/optionaltype_boost_optional.pro @@ -14,6 +14,7 @@ SOURCES += \ HEADERS += \ testboostapi.h +KDWSDL_OPTIONS += -no-sync -no-async -no-async-jobs KDWSDL = test.wsdl OTHER_FILES += \ diff --git a/unittests/optionaltype_pointer/CMakeLists.txt b/unittests/optionaltype_pointer/CMakeLists.txt index bf69b515d..5a73a9b2e 100644 --- a/unittests/optionaltype_pointer/CMakeLists.txt +++ b/unittests/optionaltype_pointer/CMakeLists.txt @@ -1,6 +1,7 @@ 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_pointer/optionaltype_pointer.pro b/unittests/optionaltype_pointer/optionaltype_pointer.pro index ad920518a..5616e7139 100644 --- a/unittests/optionaltype_pointer/optionaltype_pointer.pro +++ b/unittests/optionaltype_pointer/optionaltype_pointer.pro @@ -1,6 +1,6 @@ QT -= gui -KDWSDL_OPTIONS = -optional-element-type raw-pointer +KDWSDL_OPTIONS = -optional-element-type raw-pointer -no-sync -no-async -no-async-jobs include(../unittests.pri) diff --git a/unittests/optionaltype_regular/CMakeLists.txt b/unittests/optionaltype_regular/CMakeLists.txt index b678d1296..bbe47af94 100644 --- a/unittests/optionaltype_regular/CMakeLists.txt +++ b/unittests/optionaltype_regular/CMakeLists.txt @@ -1,5 +1,5 @@ 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/optionaltype_regular/optionaltype_regular.pro b/unittests/optionaltype_regular/optionaltype_regular.pro index ab1a13e86..00d8472cd 100644 --- a/unittests/optionaltype_regular/optionaltype_regular.pro +++ b/unittests/optionaltype_regular/optionaltype_regular.pro @@ -1,5 +1,5 @@ QT -= gui -KDWSDL_OPTIONS = -namespace KDAB +KDWSDL_OPTIONS = -namespace KDAB -no-sync -no-async -no-async-jobs include(../unittests.pri) diff --git a/unittests/pki.pca.dfn.de/CMakeLists.txt b/unittests/pki.pca.dfn.de/CMakeLists.txt index 9da8c6b3e..1074e326c 100644 --- a/unittests/pki.pca.dfn.de/CMakeLists.txt +++ b/unittests/pki.pca.dfn.de/CMakeLists.txt @@ -1,3 +1,4 @@ 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/pki.pca.dfn.de/pki.pca.dfn.de.pro b/unittests/pki.pca.dfn.de/pki.pca.dfn.de.pro index df40305b3..4485c9c0c 100644 --- a/unittests/pki.pca.dfn.de/pki.pca.dfn.de.pro +++ b/unittests/pki.pca.dfn.de/pki.pca.dfn.de.pro @@ -7,6 +7,7 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-async-jobs KDWSDL = pki.pca.dfn.de.wsdl OTHER_FILES = $$KDWSDL diff --git a/unittests/salesforce_wsdl/CMakeLists.txt b/unittests/salesforce_wsdl/CMakeLists.txt index 3932234e1..d9355feeb 100644 --- a/unittests/salesforce_wsdl/CMakeLists.txt +++ b/unittests/salesforce_wsdl/CMakeLists.txt @@ -1,5 +1,6 @@ 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/salesforce_wsdl/salesforce_wsdl.pro b/unittests/salesforce_wsdl/salesforce_wsdl.pro index 68660ee1e..1e5d57629 100644 --- a/unittests/salesforce_wsdl/salesforce_wsdl.pro +++ b/unittests/salesforce_wsdl/salesforce_wsdl.pro @@ -7,4 +7,5 @@ test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test KDWSDL = salesforce-partner.wsdl +KDWSDL_OPTIONS += -no-async -no-async-jobs OTHER_FILES += $$KDWSDL diff --git a/unittests/soap_over_udp/CMakeLists.txt b/unittests/soap_over_udp/CMakeLists.txt index d1b44df42..e5ab263fd 100644 --- a/unittests/soap_over_udp/CMakeLists.txt +++ b/unittests/soap_over_udp/CMakeLists.txt @@ -1,6 +1,7 @@ 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/soap_over_udp/soap_over_udp.pro b/unittests/soap_over_udp/soap_over_udp.pro index 0f1af0bb0..3e9d5820c 100644 --- a/unittests/soap_over_udp/soap_over_udp.pro +++ b/unittests/soap_over_udp/soap_over_udp.pro @@ -1,4 +1,4 @@ -KDWSDL_OPTIONS = -use-local-files-only +KDWSDL_OPTIONS = -use-local-files-only -no-sync -no-async -no-async-jobs include( $${TOP_SOURCE_DIR}/unittests/unittests.pri ) QT += xml SOURCES = test_soap_over_udp.cpp diff --git a/unittests/specialchars_wsdl/CMakeLists.txt b/unittests/specialchars_wsdl/CMakeLists.txt index 01ece4d44..11bbbd2c4 100644 --- a/unittests/specialchars_wsdl/CMakeLists.txt +++ b/unittests/specialchars_wsdl/CMakeLists.txt @@ -1,5 +1,6 @@ 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/specialchars_wsdl/specialchars_wsdl.pro b/unittests/specialchars_wsdl/specialchars_wsdl.pro index 67ccd2725..f8ee8a952 100644 --- a/unittests/specialchars_wsdl/specialchars_wsdl.pro +++ b/unittests/specialchars_wsdl/specialchars_wsdl.pro @@ -11,6 +11,7 @@ SOURCES += \ HEADERS += \ +KDWSDL_OPTIONS += -no-sync -no-async -no-async-jobs KDWSDL = test.wsdl OTHER_FILES += \ diff --git a/unittests/test_calc/CMakeLists.txt b/unittests/test_calc/CMakeLists.txt index b3f2b8850..5523371ea 100644 --- a/unittests/test_calc/CMakeLists.txt +++ b/unittests/test_calc/CMakeLists.txt @@ -1,3 +1,4 @@ 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/test_calc/test_calc.pro b/unittests/test_calc/test_calc.pro index 319e9b53e..7dc666f07 100644 --- a/unittests/test_calc/test_calc.pro +++ b/unittests/test_calc/test_calc.pro @@ -7,6 +7,7 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-async-jobs KDWSDL = calc.wsdl OTHER_FILES = $$KDWSDL diff --git a/unittests/uitapi/CMakeLists.txt b/unittests/uitapi/CMakeLists.txt index 8a7ac6ccb..d974b9fe9 100644 --- a/unittests/uitapi/CMakeLists.txt +++ b/unittests/uitapi/CMakeLists.txt @@ -1,5 +1,6 @@ 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/uitapi/uitapi.pro b/unittests/uitapi/uitapi.pro index 3a82f3742..2d92550c9 100644 --- a/unittests/uitapi/uitapi.pro +++ b/unittests/uitapi/uitapi.pro @@ -7,6 +7,7 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-sync -no-async KDWSDL = uitapi.wsdl OTHER_FILES += $$KDWSDL diff --git a/unittests/unqualified_formdefault/CMakeLists.txt b/unittests/unqualified_formdefault/CMakeLists.txt index fd0cbe846..6e3012616 100644 --- a/unittests/unqualified_formdefault/CMakeLists.txt +++ b/unittests/unqualified_formdefault/CMakeLists.txt @@ -1,5 +1,6 @@ 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/unqualified_formdefault/unqualified_formdefault.pro b/unittests/unqualified_formdefault/unqualified_formdefault.pro index feb0b2298..588f88d04 100644 --- a/unittests/unqualified_formdefault/unqualified_formdefault.pro +++ b/unittests/unqualified_formdefault/unqualified_formdefault.pro @@ -6,5 +6,6 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-async-jobs KDWSDL = unqualified.wsdl -OTHER_FILES += $$KDWSDL \ No newline at end of file +OTHER_FILES += $$KDWSDL diff --git a/unittests/vidyo/CMakeLists.txt b/unittests/vidyo/CMakeLists.txt index f1485ad2c..296d84076 100644 --- a/unittests/vidyo/CMakeLists.txt +++ b/unittests/vidyo/CMakeLists.txt @@ -1,5 +1,6 @@ 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/vidyo/vidyo.pro b/unittests/vidyo/vidyo.pro index 5610cfb5c..6ecdc7d86 100644 --- a/unittests/vidyo/vidyo.pro +++ b/unittests/vidyo/vidyo.pro @@ -7,6 +7,7 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-sync -no-async -no-async-jobs KDWSDL = VidyoPortalGuestService.wsdl OTHER_FILES = $$KDWSDL diff --git a/unittests/webcalls_wsdl/CMakeLists.txt b/unittests/webcalls_wsdl/CMakeLists.txt index 7f819ae92..f3af18ab3 100644 --- a/unittests/webcalls_wsdl/CMakeLists.txt +++ b/unittests/webcalls_wsdl/CMakeLists.txt @@ -2,6 +2,7 @@ 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) set(EXTRA_LIBS ${QT_QTXML_LIBRARY}) diff --git a/unittests/webcalls_wsdl/webcalls_wsdl.pro b/unittests/webcalls_wsdl/webcalls_wsdl.pro index cd585f867..af5abc0ea 100644 --- a/unittests/webcalls_wsdl/webcalls_wsdl.pro +++ b/unittests/webcalls_wsdl/webcalls_wsdl.pro @@ -9,4 +9,5 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-async-jobs KDWSDL = BLZService.wsdl BFGlobalService.wsdl OrteLookup.wsdl diff --git a/unittests/ws_addressing_support/CMakeLists.txt b/unittests/ws_addressing_support/CMakeLists.txt index e240ca580..189ca765f 100644 --- a/unittests/ws_addressing_support/CMakeLists.txt +++ b/unittests/ws_addressing_support/CMakeLists.txt @@ -2,7 +2,7 @@ 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) set(EXTRA_LIBS ${QT_QTXML_LIBRARY}) add_unittest(${ws_addressing_support_SRCS} ) diff --git a/unittests/ws_addressing_support/ws_addressing_support.pro b/unittests/ws_addressing_support/ws_addressing_support.pro index 96e64bdef..1ee87915d 100644 --- a/unittests/ws_addressing_support/ws_addressing_support.pro +++ b/unittests/ws_addressing_support/ws_addressing_support.pro @@ -6,4 +6,5 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-sync -no-async -no-async-jobs KDWSDL = wsaddressing.wsdl diff --git a/unittests/ws_discovery_wsdl/CMakeLists.txt b/unittests/ws_discovery_wsdl/CMakeLists.txt index 82c6882bc..389209e0d 100644 --- a/unittests/ws_discovery_wsdl/CMakeLists.txt +++ b/unittests/ws_discovery_wsdl/CMakeLists.txt @@ -1,6 +1,6 @@ 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_discovery_wsdl/ws_discovery_wsdl.pro b/unittests/ws_discovery_wsdl/ws_discovery_wsdl.pro index 3bd977aac..03bc084d8 100644 --- a/unittests/ws_discovery_wsdl/ws_discovery_wsdl.pro +++ b/unittests/ws_discovery_wsdl/ws_discovery_wsdl.pro @@ -6,4 +6,5 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -use-local-files-only -no-sync -no-async -no-async-jobs KDWSDL = ws_discovery200504.wsdl diff --git a/unittests/ws_usernametoken_support/CMakeLists.txt b/unittests/ws_usernametoken_support/CMakeLists.txt index 4eb1ba39c..786d43e3c 100644 --- a/unittests/ws_usernametoken_support/CMakeLists.txt +++ b/unittests/ws_usernametoken_support/CMakeLists.txt @@ -2,7 +2,7 @@ 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) set(EXTRA_LIBS ${QT_QTXML_LIBRARY}) add_unittest(${ws_usernametoken_support_SRCS} ) diff --git a/unittests/ws_usernametoken_support/ws_usernametoken_support.pro b/unittests/ws_usernametoken_support/ws_usernametoken_support.pro index 480de2c1b..25b1feeb5 100644 --- a/unittests/ws_usernametoken_support/ws_usernametoken_support.pro +++ b/unittests/ws_usernametoken_support/ws_usernametoken_support.pro @@ -6,4 +6,5 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-sync -no-async -no-async-jobs KDWSDL = wsusernametoken.wsdl diff --git a/unittests/wsdl_rpc/CMakeLists.txt b/unittests/wsdl_rpc/CMakeLists.txt index 85534732a..06f720a47 100644 --- a/unittests/wsdl_rpc/CMakeLists.txt +++ b/unittests/wsdl_rpc/CMakeLists.txt @@ -2,7 +2,7 @@ project(wsdl_rpc) set(WSDL_FILES mywsdl_rpc.wsdl) set(wsdl_rpc_SRCS test_wsdl_rpc.cpp) - +set(KSWSDL2CPP_OPTION -no-async -no-async-jobs) set(EXTRA_LIBS ${QT_QTXML_LIBRARY}) add_unittest(${wsdl_rpc_SRCS} ) diff --git a/unittests/wsdl_rpc/wsdl_rpc.pro b/unittests/wsdl_rpc/wsdl_rpc.pro index 1e750b948..043372072 100644 --- a/unittests/wsdl_rpc/wsdl_rpc.pro +++ b/unittests/wsdl_rpc/wsdl_rpc.pro @@ -6,5 +6,6 @@ test.commands = ./$(TARGET) test.depends = $(TARGET) QMAKE_EXTRA_TARGETS += test +KDWSDL_OPTIONS += -no-async -no-async-jobs KDWSDL = mywsdl_rpc.wsdl OTHER_FILES = $$KDWSDL