From 67443567a3dfeb170cd158c4fe4078916f2adbdc Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 21 Apr 2012 16:19:11 +0000 Subject: Build a shared library by default. --- CHANGELOG | 3 +++ qxmpp.pri | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3