summaryrefslogtreecommitdiff
path: root/ext/Log4Qt/src/log4qtshared.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Log4Qt/src/log4qtshared.h')
-rw-r--r--ext/Log4Qt/src/log4qtshared.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ext/Log4Qt/src/log4qtshared.h b/ext/Log4Qt/src/log4qtshared.h
deleted file mode 100644
index f8bd853..0000000
--- a/ext/Log4Qt/src/log4qtshared.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#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