blob: a40f79bceaac11b6ee628f00415317e02954eb35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Build rules
docs.commands = cd doc && doxygen
docs.depends = doc/Doxyfile
# Install rules
htmldocs.files = doc/html
htmldocs.path = $$[QT_INSTALL_PREFIX]/share/doc/qxmpp
htmldocs.CONFIG += no_check_exist directory
QMAKE_EXTRA_TARGETS += docs
INSTALLS += htmldocs
|