summaryrefslogtreecommitdiff
path: root/ext/Log4Qt/src/log4qtshared.h
diff options
context:
space:
mode:
authorPhilipp Andreas <github@smurfy.de>2014-07-12 09:29:47 +0200
committerPhilipp Andreas <github@smurfy.de>2014-07-12 09:30:49 +0200
commit2101baf2911d7965c86e5308e4d8350790a6956c (patch)
tree2acb875cabca055797620458baad26d5f8612105 /ext/Log4Qt/src/log4qtshared.h
parent959e251f2336e21d3615b1525a38773fe58ab2e7 (diff)
parent84e775d768f0675ee733132b3762db647f1409ac (diff)
Merge branch 'master' into notifications
Conflicts: daemon/manager.cpp
Diffstat (limited to 'ext/Log4Qt/src/log4qtshared.h')
-rw-r--r--ext/Log4Qt/src/log4qtshared.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/Log4Qt/src/log4qtshared.h b/ext/Log4Qt/src/log4qtshared.h
new file mode 100644
index 0000000..f8bd853
--- /dev/null
+++ b/ext/Log4Qt/src/log4qtshared.h
@@ -0,0 +1,9 @@
+#include <QtCore/QtGlobal>
+
+#if defined(LOG4QT_EXPORTS)
+# define LOG4QT_EXPORT Q_DECL_EXPORT
+#elif defined (LOG4QT_IMPORTS)
+# define LOG4QT_EXPORT Q_DECL_IMPORT
+#else
+# define LOG4QT_EXPORT /**/
+#endif