aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2015-01-07 11:55:09 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2015-01-07 11:55:09 +0100
commit2d0ed960c037878d45670b58ea10beac1201f558 (patch)
tree7081139b74a5ea15d02851f508d79f1b424ec2fc /README.md
parentd1767a6d11258b37835836db5b2f84617940889d (diff)
only build / install docs if QXMPP_USE_DOXYGEN=1 is passed to qmake
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5d2f9138..64bd3702 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ You can pass the following arguments to qmake:
other: $$[QT_INSTALL_PREFIX]
QXMPP_AUTOTEST_INTERNAL=1 to enabled internal autotests
QXMPP_LIBRARY_TYPE=staticlib to build a static version of QXmpp
+ QXMPP_USE_DOXYGEN=1 to build the HTML documentation
QXMPP_USE_SPEEX=1 to enable speex audio codec
QXMPP_USE_THEORA=1 to enable theora video codec
QXMPP_USE_VPX=1 to enable vpx video codec