summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Sanders <don.sanders@nokia.com>2011-10-07 18:18:48 +0300
committerDon Sanders <don.sanders@nokia.com>2011-10-07 18:18:48 +0300
commit2823d52eef994fd788f8fbda78d62821f60e2241 (patch)
treee6a54ba999af8ea85c6d5ee13667ab767438edf7
parent7614e9635ca80dd389ce19add089aa8173a2c490 (diff)
New dependency libicu.
-rw-r--r--doc/src/messaging.qdoc2
-rw-r--r--src/libraries/qmfclient/qmfclient.pro1
2 files changed, 2 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
diff --git a/src/libraries/qmfclient/qmfclient.pro b/src/libraries/qmfclient/qmfclient.pro
index ca13a9fd..d0707316 100644
--- a/src/libraries/qmfclient/qmfclient.pro
+++ b/src/libraries/qmfclient/qmfclient.pro
@@ -241,6 +241,7 @@ unix: {
PRIVATE_HEADERS += support/qcharsetdetector_p.h \
support/qcharsetdetector.h
SOURCES += support/qcharsetdetector.cpp
+ DEFINES += HAVE_LIBICU
}
include(../../../common.pri)