diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-14 09:46:10 +0200 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-09-14 09:46:10 +0200 |
| commit | a50f1ff5d50dc7134c40c12233fca36054269504 (patch) | |
| tree | 2e96b5f86ed2b0b8492c668b2c9ca04566999f0b | |
| parent | 31cf08701f8cb4e41069f62043d2740f7d89495c (diff) | |
| download | qxmpp-a50f1ff5d50dc7134c40c12233fca36054269504.tar.gz | |
disable examples/tests/doc on android
| -rw-r--r-- | qxmpp.pro | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -2,10 +2,12 @@ include(qxmpp.pri) TEMPLATE = subdirs -SUBDIRS = src \ - tests \ - examples \ - doc +SUBDIRS = src + +android { +} else { + SUBDIRS += tests examples doc +} CONFIG += ordered |
