summaryrefslogtreecommitdiffstats
path: root/utils/rbutilqt/logger/include/CuteLogger_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rbutilqt/logger/include/CuteLogger_global.h')
-rw-r--r--utils/rbutilqt/logger/include/CuteLogger_global.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/rbutilqt/logger/include/CuteLogger_global.h b/utils/rbutilqt/logger/include/CuteLogger_global.h
new file mode 100644
index 0000000000..c5e7680845
--- /dev/null
+++ b/utils/rbutilqt/logger/include/CuteLogger_global.h
@@ -0,0 +1,16 @@
+#ifndef CUTELOGGER_GLOBAL_H
+#define CUTELOGGER_GLOBAL_H
+
+#include <QtCore/qglobal.h>
+
+#if !defined(CUTELOGGER_STATIC)
+#if defined(CUTELOGGER_LIBRARY)
+# define CUTELOGGERSHARED_EXPORT Q_DECL_EXPORT
+#else
+# define CUTELOGGERSHARED_EXPORT Q_DECL_IMPORT
+#endif
+#else
+#define CUTELOGGERSHARED_EXPORT
+#endif
+
+#endif // CUTELOGGER_GLOBAL_H