Yes, I missed that.

Anyway, things like shared memory or named pipes are always an alternative (yes, I know Qt doesn't have direct support for them).

BTW. Corba (and other RPCs) involve using network sockets, so with simple apps it might be simpler to just use network sockets yourself instead of higher level protocols.