aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-14 11:43:56 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-14 11:43:56 +0200
commitdf424b26b7a048083284a3c6d92780820eb2df1d (patch)
tree4baa956ca43d0167ca306cc958a37592fb473d02
parent9e68af7dfb603e1438298b69b14f55ba16e89428 (diff)
downloadqxmpp-df424b26b7a048083284a3c6d92780820eb2df1d.tar.gz
don't install html docs on android
-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