diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/Doxyfile | 2 | ||||
| -rw-r--r-- | source/source.pro | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/source/Doxyfile b/source/Doxyfile index bae23873..21a640d9 100644 --- a/source/Doxyfile +++ b/source/Doxyfile @@ -1017,7 +1017,7 @@ SERVER_BASED_SEARCH = NO # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will # generate Latex output. -GENERATE_LATEX = YES +GENERATE_LATEX = NO # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be 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 |
