aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-09-14 09:46:10 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-09-14 09:46:10 +0200
commita50f1ff5d50dc7134c40c12233fca36054269504 (patch)
tree2e96b5f86ed2b0b8492c668b2c9ca04566999f0b
parent31cf08701f8cb4e41069f62043d2740f7d89495c (diff)
downloadqxmpp-a50f1ff5d50dc7134c40c12233fca36054269504.tar.gz
disable examples/tests/doc on android
-rw-r--r--qxmpp.pro10
1 files changed, 6 insertions, 4 deletions
diff --git a/qxmpp.pro b/qxmpp.pro
index 5cc5802a..76047c16 100644
--- a/qxmpp.pro
+++ b/qxmpp.pro
@@ -2,10 +2,12 @@ include(qxmpp.pri)
TEMPLATE = subdirs
-SUBDIRS = src \
- tests \
- examples \
- doc
+SUBDIRS = src
+
+android {
+} else {
+ SUBDIRS += tests examples doc
+}
CONFIG += ordered