Meant to send to list. ------------ Forwarded Message ------------ Date: Wed, 9 Feb 2011 02:59:43 +0100 From: Don Sanders <[email protected]> To: "[email protected]" <[email protected]> Subject: Re: [Qt-mobility-feedback] qt-mobility installation and QMF
Hi, Which platform is being used? Can you please include a copy of any build error experienced. Kind regards, Don Sanders On 2011-02-09T03:17:33, ext Thiago Lacerda wrote: 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. _______________________________________________ Qt-mobility-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-mobility-feedback
