diff options
Diffstat (limited to 'ext/Log4Qt/src/log4qtshared.h')
| -rw-r--r-- | ext/Log4Qt/src/log4qtshared.h | 9 |
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 |
