PDA

View Full Version : Glib event loop



Brandybuck
28th September 2006, 08:56
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?

jpn
28th September 2006, 09:17
Try this: http://qtnode.net/wiki/GLib_Event_Loop

Brandybuck
28th September 2006, 17:19
Try this: http://qtnode.net/wiki/GLib_Event_Loop
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.