aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qxmpp.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qxmpp.pro b/qxmpp.pro
index 76047c16..f98ab826 100644
--- a/qxmpp.pro
+++ b/qxmpp.pro
@@ -7,6 +7,7 @@ SUBDIRS = src
android {
} else {
SUBDIRS += tests examples doc
+ INSTALLS += htmldocs
}
CONFIG += ordered
@@ -31,4 +32,3 @@ htmldocs.path = $$PREFIX/share/doc/qxmpp
htmldocs.CONFIG += no_check_exist directory
QMAKE_EXTRA_TARGETS += dist docs
-INSTALLS += htmldocs