Qt 6.11 is out! See what's new in the release
blog
KDAB/KDSoap Build Android
-
I could build it, but integrating it in an Android project is not straight forward, mostly due to CMake limitations.
KDSoap has two parts:- one which needs to be built for your desktop kdwsdl2cpp
- and the second one for Android
Sadly CMake is way too stupid for such situation ...
I recommend you to build it twice, once for your desktop and put kdwsdl2cpp into your path and second time for android. -
I could build it, but integrating it in an Android project is not straight forward, mostly due to CMake limitations.
KDSoap has two parts:- one which needs to be built for your desktop kdwsdl2cpp
- and the second one for Android
Sadly CMake is way too stupid for such situation ...
I recommend you to build it twice, once for your desktop and put kdwsdl2cpp into your path and second time for android.@BogDan-Vatra
Thanks