aboutsummaryrefslogtreecommitdiff
path: root/qxmpp.pri
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 /qxmpp.pri
parent3618c4e248bc1aba1028f3c4ba0cfd8eecbe716d (diff)
downloadqxmpp-67443567a3dfeb170cd158c4fe4078916f2adbdc.tar.gz
Build a shared library by default.
Diffstat (limited to 'qxmpp.pri')
-rw-r--r--qxmpp.pri2
1 files changed, 1 insertions, 1 deletions
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