aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2015-01-07 09:45:35 +0100
committerJeremy Lainé <jeremy.laine@m4x.org>2015-01-07 09:45:35 +0100
commit0fe8e2e5ee6ed52686d83d3aae27128d577757b9 (patch)
tree9860da6c120b61b1fd10b755f750caadefd9161a
parent68cb4de062512048089350d6dc8f1f5f5d75944e (diff)
downloadqxmpp-0fe8e2e5ee6ed52686d83d3aae27128d577757b9.tar.gz
don't build tests, examples, docs for ios
-rw-r--r--qxmpp.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qxmpp.pro b/qxmpp.pro
index e85c59a3..b3b0f069 100644
--- a/qxmpp.pro
+++ b/qxmpp.pro
@@ -4,7 +4,7 @@ TEMPLATE = subdirs
SUBDIRS = src
-android {
+android | ios {
} else {
SUBDIRS += tests examples doc
INSTALLS += docs