From df424b26b7a048083284a3c6d92780820eb2df1d Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 14 Sep 2012 11:43:56 +0200 Subject: don't install html docs on android --- qxmpp.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3