diff options
| -rw-r--r-- | CHANGELOG | 3 | ||||
| -rw-r--r-- | qxmpp.pri | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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) @@ -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 |
