aboutsummaryrefslogtreecommitdiff
path: root/source/source.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-10 13:09:09 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-10 13:09:09 +0000
commit9f34e4057603236746f46afd0f8695c61ce75449 (patch)
tree4481605f1dddc1006b5284e5331a0fed234f0a00 /source/source.pro
parent0ca9eb3dae6cbdc4308a0aa50a2b506463ca623d (diff)
downloadqxmpp-9f34e4057603236746f46afd0f8695c61ce75449.tar.gz
distribute API documentation
Diffstat (limited to 'source/source.pro')
-rw-r--r--source/source.pro6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/source.pro b/source/source.pro
index a3bdcada..c332d069 100644
--- a/source/source.pro
+++ b/source/source.pro
@@ -108,9 +108,13 @@ SOURCES += QXmppUtils.cpp \
# Installation
PREFIX = /usr
+documentation.depends = FORCE
+documentation.files = html
+documentation.commands = doxygen
+documentation.path = $$PREFIX/share/doc/qxmpp
headers.files = $$HEADERS
headers.path = $$PREFIX/include/qxmpp
pkgconfig.files = qxmpp.pc
pkgconfig.path = $$PREFIX/lib/pkgconfig
target.path = $$PREFIX/lib
-INSTALLS += headers pkgconfig target
+INSTALLS += documentation headers pkgconfig target