@IgKh Thank you for your precious help, things are a lot clearer now. Further tests have shown that most of the features I need still work without a call to exec(). I still can't quite understand what in my example started the event loop or if Qt just plugs in the existing NSApplication's event loop.
@IgKh said in Building a DLL on macOS for a non Qt application:
Had no effect on the main issue though
Can you, just for sake of clarity, state the remaining issues?
The main issue i refered to was me wanting to have a separate thread with a QApplication in it and the Qt::AA_PluginApplication attribute had no effect on this. The other issues I have are not within the scope of this topic though.
Thank you very much !