diff options
| author | Don Sanders <don.sanders@nokia.com> | 2010-08-02 16:16:52 +1000 |
|---|---|---|
| committer | Don Sanders <don.sanders@nokia.com> | 2010-08-02 16:16:52 +1000 |
| commit | f790a76c7aaa00e1d547b69020a0c1ad6b8e2a7b (patch) | |
| tree | d3addc70bc1037767d0de695e0910f73fcb200bd /doc/src | |
| parent | 20691dfbf1b3a8fb48915e60f39f87d509dd28ab (diff) | |
Document DEFINES+=QMF_NO_MESSAGE_SERVICE_EDITOR
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/messaging.qdoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/messaging.qdoc b/doc/src/messaging.qdoc index 4b896d34..79a30577 100644 --- a/doc/src/messaging.qdoc +++ b/doc/src/messaging.qdoc @@ -73,6 +73,11 @@ of running the above commands from within a separate build directory. \bold Note: If there are build errors referring to valgrind (tst_messageserver), please ensure that valgrind development headers are installed, or optionally remove unwanted tests from the qmf.pro. +\bold Note: By default the QMF libraries, messageserver and protocol plugins depend on the QtGui library. This is so that protocol plugins (e.g. IMAP/SMTP/POP) can provide GUI account editors. To remove this dependency use the define QMF_NO_MESSAGE_SERVICE_EDITOR e.g: +\code +qmake -r qmf.pro DEFINES+=QMF_NO_MESSAGE_SERVICE_EDITOR +\endcode + \section1 Running Messaging Framework After \c{make install} has run, the following layout should exist in your image directory: |
