-
Glib event loop
Is there any way to turn off the Glib event loop in Qt 4.2 (X11)? I am having problems with it crashing my app. I don't care about embedding GNOME plugins in my application, so I don't need the Glib event loop. Surely there must be some way to get the native Qt event loop?
-
Re: Glib event loop
-
Re: Glib event loop
Quote:
Originally Posted by
jpn
I'm rebuilding now, but thanks for the link. It has an environment variable to turn it off. I just wish there were a qmake option so you could do it project by project.