diff options
| -rw-r--r-- | qxmpp.pri | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
