Author Topic: Wakeupguithread  (Read 2639 times)

chits

  • Newbie
  • *
  • Posts: 2
    • View Profile
Wakeupguithread
« on: December 21, 2004, 11:38:48 am »
Hi,
I am making an embedded application.
The problem is when i post a message from a thread to gui thread ,the gui thread doesnt schedule.
I am using
qApp->wakeUpGuiThread()
just after posting the message but still customEvent of gui thread doesn't schedules.

I have added QT_THREAD_SUPPORT macro in makefile


However after some effort i linked my progam with libqte-mt it works this time...

i want to use just one qt library in my setup(dont have much ram) either qte or qte-mt ,since qtopia is compiled with qte .

PS: i had built qte with -thread option.

Please help....

Either i shd build qtopia with qte-mt or my application shd work well with qte.

Any solution