aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-06-07 09:57:41 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-06-07 09:57:41 +0200
commit2b1c240707ed4c7b071a79a84bbcd454a12a5c85 (patch)
treecbd3391a6e02be02d50c9b8558c4198c52b9f749 /README
parent9dfa2fea94bf6eaf0758a1f937cf3de52253b872 (diff)
downloadqxmpp-2b1c240707ed4c7b071a79a84bbcd454a12a5c85.tar.gz
in the absence of QXMPP_STATIC, use shared library import
Since building a shared library is the default, handle the absence of QXMPP_STATIC as meaning QXMPP_SHARED.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 333ba73d..35d15a73 100644
--- a/README
+++ b/README
@@ -26,6 +26,10 @@ You can pass the following arguments to qmake:
QXMPP_USE_THEORA=1 to enable theora video codec
QXMPP_USE_VPX=1 to enable vpx video codec
+Note: by default QXmpp is built as a shared library. If you decide to build
+a static library instead, you will need to pass -DQXMPP_STATIC when building
+your programs against QXmpp.
+
Building using Qt Creator:
Open the qxmpp.pro file in Qt Creator and hit "Build All" to build all