Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - chits

Pages: [1]
1
Qt/Qtopia / 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

2
Qt/Qtopia / Building Qtopia With Libqte-mt
« on: December 21, 2004, 11:32:27 am »
Hi,
I want to build Qtopia with with libqte-mt .What option to give during build time and where to tell to link with -lqte-mt and not with -lqt.

Thanks,

Pages: [1]