From b8c90f88ffaef69021e6f7ee089b59a958ab802a Mon Sep 17 00:00:00 2001 From: Andy Bell Date: Wed, 3 Sep 2014 07:48:26 +0200 Subject: iOS compile Create a static lib for iOS --- qxmpp.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3