Hi folks.

I am working on a plugin implemented in Qt. The resulting DLL should be usable by non Qt applications. But currently I get a message that there need to be a QApplication object. Since the non Qt app can't provide one I should create it on my own in my DLL. But if I call qapp.exec() there the main app is blocked.

So is there a solution for that? Something like InterProcessCommunication?

I only found a Qt addon MFC to Qt Migration. But that is only available for commercial customers.

Any other ideas?

Thanks a lot and have a nice weekend!

Thomas