aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qxmpp.pri4
1 files changed, 2 insertions, 2 deletions
diff --git a/qxmpp.pri b/qxmpp.pri
index aec4514b..ec7cf10b 100644
--- a/qxmpp.pri
+++ b/qxmpp.pri
@@ -11,9 +11,9 @@ CONFIG(debug, debug|release) {
QXMPP_LIBRARY_NAME = qxmpp
}
-# Determine library type (lib or staticlib)
+# Determine library type (shared or staticlib)
isEmpty(QXMPP_LIBRARY_TYPE) {
- QXMPP_LIBRARY_TYPE = lib
+ QXMPP_LIBRARY_TYPE = shared
}
# Libraries used internally by QXmpp