diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 13:52:35 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 13:52:35 +0000 |
| commit | 09003b1f2400082ba204062fa71ee65c16c33cbc (patch) | |
| tree | 3706beca63ce3151ddb5e33e9315036cc0b72964 /source/source.pro | |
| parent | 562fc367674b47f59d73e7af25f8914023046acb (diff) | |
| download | qxmpp-09003b1f2400082ba204062fa71ee65c16c33cbc.tar.gz | |
remove "documentation" target, it does not work as expected
Diffstat (limited to 'source/source.pro')
| -rw-r--r-- | source/source.pro | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source/source.pro b/source/source.pro index 7a32b80f..a3bdcada 100644 --- a/source/source.pro +++ b/source/source.pro @@ -108,13 +108,9 @@ SOURCES += QXmppUtils.cpp \ # Installation PREFIX = /usr -documentation.depends = FORCE -documentation.files = $$PWD/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 += documentation headers pkgconfig target +INSTALLS += headers pkgconfig target |
