aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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