Starting Qt application in android chroot not working
I'm developing small helper dbus daemon running inside android chroot and broadcasting intents to android applications. Before 1.1.9.28 it worked well (but i don' remember what os release exactly i was using). Now in 1.1.9.28 i'm getting:
[W] QCoreApplicationPrivate::QCoreApplicationPrivate:419 - WARNING: QApplication was not created in the main() thread.
Segmentation fault
Am I missing some changes in last release, and is there any easy fix for this behavior?