aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-04-21 16:19:11 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2012-04-21 16:19:11 +0000
commit67443567a3dfeb170cd158c4fe4078916f2adbdc (patch)
tree775811276e47f8bd5486eec2b2379681eac10528
parent3618c4e248bc1aba1028f3c4ba0cfd8eecbe716d (diff)
downloadqxmpp-67443567a3dfeb170cd158c4fe4078916f2adbdc.tar.gz
Build a shared library by default.
-rw-r--r--CHANGELOG3
-rw-r--r--qxmpp.pri2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5158c9b0..8f4d70fd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,11 +1,14 @@
QXmpp 0.5.0 (UNRELEASED)
------------------------
+ - Build a shared library by default.
- Advertise support for XEP-0249: Direct MUC Invitations
- Make QXmppTransferManager fully asynchronous.
- Remove QXmppPacket class.
+ - Move utility method to a QXmppUtils class.
- Fix issues:
+ * Issue 64: Compile qxmpp as shared library by default
* Issue 79: Export classes for Visual C++ Compiler
QXmpp 0.4.0 (Apr 12, 2012)
diff --git a/qxmpp.pri b/qxmpp.pri
index fd999fe2..86022654 100644
--- a/qxmpp.pri
+++ b/qxmpp.pri
@@ -13,7 +13,7 @@ CONFIG(debug, debug|release) {
# Determine library type (lib or staticlib)
isEmpty(QXMPP_LIBRARY_TYPE) {
- QXMPP_LIBRARY_TYPE = staticlib
+ QXMPP_LIBRARY_TYPE = lib
}
# Libraries used internally by QXmpp