From efb33d6494d88c27c8766553b6a963ddf2654458 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Fri, 11 Jul 2014 21:06:39 +0200 Subject: Included Log4Qt in project --- ext/Log4Qt/src/log4qtshared.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ext/Log4Qt/src/log4qtshared.h (limited to 'ext/Log4Qt/src/log4qtshared.h') 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 + +#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 -- cgit v1.2.3