summaryrefslogtreecommitdiff
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 @@
1#ifndef CUTELOGGER_GLOBAL_H
2#define CUTELOGGER_GLOBAL_H
3
4#include <QtCore/qglobal.h>
5
6#if !defined(CUTELOGGER_STATIC)
7#if defined(CUTELOGGER_LIBRARY)
8# define CUTELOGGERSHARED_EXPORT Q_DECL_EXPORT
9#else
10# define CUTELOGGERSHARED_EXPORT Q_DECL_IMPORT
11#endif
12#else
13#define CUTELOGGERSHARED_EXPORT
14#endif
15
16#endif // CUTELOGGER_GLOBAL_H