aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qxmpp.pri6
1 files changed, 5 insertions, 1 deletions
diff --git a/qxmpp.pri b/qxmpp.pri
index aea29b8d..11edbb87 100644
--- a/qxmpp.pri
+++ b/qxmpp.pri
@@ -13,7 +13,11 @@ CONFIG(debug, debug|release) {
# Determine library type (shared or staticlib)
isEmpty(QXMPP_LIBRARY_TYPE) {
- QXMPP_LIBRARY_TYPE = shared
+ android {
+ QXMPP_LIBRARY_TYPE = staticlib
+ } else {
+ QXMPP_LIBRARY_TYPE = shared
+ }
}
# Libraries used internally by QXmpp