diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 13:29:50 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 13:29:50 +0000 |
| commit | 562fc367674b47f59d73e7af25f8914023046acb (patch) | |
| tree | 5dd8b4dc9e49b607e22a6ed7e3fbb607807ad925 /source/source.pro | |
| parent | 9f34e4057603236746f46afd0f8695c61ce75449 (diff) | |
| download | qxmpp-562fc367674b47f59d73e7af25f8914023046acb.tar.gz | |
fix path to HTML output
Diffstat (limited to 'source/source.pro')
| -rw-r--r-- | source/source.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/source.pro b/source/source.pro index c332d069..7a32b80f 100644 --- a/source/source.pro +++ b/source/source.pro @@ -109,7 +109,7 @@ SOURCES += QXmppUtils.cpp \ # Installation PREFIX = /usr documentation.depends = FORCE -documentation.files = html +documentation.files = $$PWD/html documentation.commands = doxygen documentation.path = $$PREFIX/share/doc/qxmpp headers.files = $$HEADERS |
