aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-04-24 18:02:04 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-04-24 18:02:04 +0200
commitd36d0c247a8b478af4a007e2e2eac2058ddf13bc (patch)
tree07323d0e875477a7f4f14670aee7dca3e351edba
parent7727ff8d2e9b6cf8e272f30c859190b4ef272133 (diff)
downloadqxmpp-d36d0c247a8b478af4a007e2e2eac2058ddf13bc.tar.gz
fix shared lib CONFIG
-rw-r--r--qxmpp.pri4
1 files 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