diff options
| author | Andy Bell <allbabel@gmail.com> | 2014-09-03 07:48:26 +0200 |
|---|---|---|
| committer | Andy Bell <allbabel@gmail.com> | 2014-09-03 07:49:49 +0200 |
| commit | b8c90f88ffaef69021e6f7ee089b59a958ab802a (patch) | |
| tree | 552cf1f2c2b03d85eff2228960fffbe0698e0094 | |
| parent | d4949d5a9212a039ae2749cffd50fe8fa8529c97 (diff) | |
| download | qxmpp-b8c90f88ffaef69021e6f7ee089b59a958ab802a.tar.gz | |
iOS compile
Create a static lib for iOS
| -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 |
