diff options
author | Don Sanders <[email protected]> | 2011-10-07 18:18:48 +0300 |
---|---|---|
committer | Don Sanders <[email protected]> | 2011-10-07 18:18:48 +0300 |
commit | 2823d52eef994fd788f8fbda78d62821f60e2241 (patch) | |
tree | e6a54ba999af8ea85c6d5ee13667ab767438edf7 /doc/src | |
parent | 7614e9635ca80dd389ce19add089aa8173a2c490 (diff) |
New dependency libicu.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/messaging.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/messaging.qdoc b/doc/src/messaging.qdoc index ad180bc6..59ce319f 100644 --- a/doc/src/messaging.qdoc +++ b/doc/src/messaging.qdoc @@ -50,7 +50,7 @@ For detailed information refer to: \section1 Building and Compiling -To build the Messaging Framework, run \c qmake on the top level \c messagingframework.pro file as follows: +To build the Messaging Framework, ensure qt4 and libicu development packages are installed, and run \c qmake on the top level \c messagingframework.pro file as follows: \code qmake "QMF_INSTALL_ROOT=<image directory path>" messagingframework.pro |