http://bugs.openembedded.org/show_bug.cgi?id=1076





------- Comment #1 from [EMAIL PROTECTED]  2006-06-17 11:27 -------
Checked this a bit. If qt/e is built with threading support (iirc default on
.dev) then Kdepim/pi try to use qmutex.h which is QT3 header so it is not
available.

In QT/E 2 QMutex is defined in qthread.h but s/qmutex.h/qthread.h does not help
because kdepim/pi need QMutexLocker class which was added in QT3.

I do not have idea how to fix it currently. One of options would be rewritting
kdepim/pi code to use QMutex.lock()/unlock() but I do not have time to do it
and upstream developer currently does not work on kdepim/pi.


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to