Hi,

When qt-mobility tries to find QMF on system, it fails. This happens because
qmf install its headers and libs on tow different directories:
QMF_INSTALL_ROOT/include/qmfclient, QMF_INSTALL_ROOT/include/qmfmessageserver
and QMF_INSTALL_ROOT/lib
and when mobility searches for qmf on configure trying to build a simple
application that includes qmailmessage.h and qmailglobal.h. The path that it
searches for the qmf includes is QMF_INCLUDEDIR, which is in fact only one
directory, so it complains that won't be able to find QMF installed.
What do you think to change every occurrence of QMF_INCLUDEDIR to
QMF_INCLUDEDIR/qmfclient and QMF_INCLUDEDIR/qmfmessageserver? This may solve
it.

Cheers


-- 
Thiago de Barros Lacerda
OpenBossa - INdT
_______________________________________________
Qt-mobility-feedback mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback

Reply via email to