aboutsummaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-06-07 09:57:41 +0200
committerJeremy Lainé <jeremy.laine@m4x.org>2012-06-07 09:57:41 +0200
commit2b1c240707ed4c7b071a79a84bbcd454a12a5c85 (patch)
treecbd3391a6e02be02d50c9b8558c4198c52b9f749 /src/base
parent9dfa2fea94bf6eaf0758a1f937cf3de52253b872 (diff)
downloadqxmpp-2b1c240707ed4c7b071a79a84bbcd454a12a5c85.tar.gz
in the absence of QXMPP_STATIC, use shared library import
Since building a shared library is the default, handle the absence of QXMPP_STATIC as meaning QXMPP_SHARED.
Diffstat (limited to 'src/base')
-rw-r--r--src/base/QXmppGlobal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/base/QXmppGlobal.h b/src/base/QXmppGlobal.h
index 0e9afb3a..fa44cfbd 100644
--- a/src/base/QXmppGlobal.h
+++ b/src/base/QXmppGlobal.h
@@ -27,14 +27,14 @@
#include <QString>
-#if defined(QXMPP_SHARED)
+#if defined(QXMPP_STATIC)
+# define QXMPP_EXPORT
+#else
# if defined(QXMPP_BUILD)
# define QXMPP_EXPORT Q_DECL_EXPORT
# else
# define QXMPP_EXPORT Q_DECL_IMPORT
# endif
-#else
-# define QXMPP_EXPORT
#endif
/// This macro expands a numeric value of the form 0xMMNNPP (MM =