aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Bell <allbabel@gmail.com>2014-09-03 07:48:26 +0200
committerAndy Bell <allbabel@gmail.com>2014-09-03 07:49:49 +0200
commitb8c90f88ffaef69021e6f7ee089b59a958ab802a (patch)
tree552cf1f2c2b03d85eff2228960fffbe0698e0094
parentd4949d5a9212a039ae2749cffd50fe8fa8529c97 (diff)
downloadqxmpp-b8c90f88ffaef69021e6f7ee089b59a958ab802a.tar.gz
iOS compile
Create a static lib for iOS
-rw-r--r--qxmpp.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/qxmpp.pri b/qxmpp.pri
index 499113b8..733fc319 100644
--- a/qxmpp.pri
+++ b/qxmpp.pri
@@ -13,7 +13,7 @@ CONFIG(debug, debug|release) {
# Determine library type (shared or staticlib)
isEmpty(QXMPP_LIBRARY_TYPE) {
- android {
+ android | ios {
QXMPP_LIBRARY_TYPE = staticlib
} else {
QXMPP_LIBRARY_TYPE = shared