summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)