summaryrefslogtreecommitdiff
path: root/ext/Log4Qt/src/log4qtshared.h
diff options
context:
space:
mode:
authorTomasz Sterna <tomek@xiaoka.com>2014-07-11 21:06:39 +0200
committerTomasz Sterna <tomek@xiaoka.com>2014-07-11 21:06:39 +0200
commitefb33d6494d88c27c8766553b6a963ddf2654458 (patch)
tree76dd5e56b79191074998c0fb6bf7b81276116a4b /ext/Log4Qt/src/log4qtshared.h
parent072da88eee57e5d16f0b75c7b90c8a0bc6a60cb3 (diff)
Included Log4Qt in project
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