I have an app written in Qt and it uses QtDBus. I need to port it on android. Do not have much experience with both technologies.
when I try to compile my Qt app for android I get am getting an error:
fatal error: QtDBus/QtDBus: No such file or directory
in line
#include <QtDBus/QtDBus>
Compilation for desktop goes as it should
I have found info that dbus is not supported by android(or is it outdated info?). Is there any way to do so?