diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-04-21 16:19:11 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-04-21 16:19:11 +0000 |
| commit | 67443567a3dfeb170cd158c4fe4078916f2adbdc (patch) | |
| tree | 775811276e47f8bd5486eec2b2379681eac10528 | |
| parent | 3618c4e248bc1aba1028f3c4ba0cfd8eecbe716d (diff) | |
| download | qxmpp-67443567a3dfeb170cd158c4fe4078916f2adbdc.tar.gz | |
Build a shared library by default.
| -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 |
