From d36d0c247a8b478af4a007e2e2eac2058ddf13bc Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 24 Apr 2012 18:02:04 +0200 Subject: fix shared lib CONFIG --- qxmpp.pri | 4 ++-- 1 file 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 -- cgit v1.2.3