summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/logger/CuteLogger_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/logger/CuteLogger_global.h')
-rw-r--r--rbutil/rbutilqt/logger/CuteLogger_global.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/logger/CuteLogger_global.h b/rbutil/rbutilqt/logger/CuteLogger_global.h
new file mode 100644
index 0000000000..43e74affdb
--- /dev/null
+++ b/rbutil/rbutilqt/logger/CuteLogger_global.h
@@ -0,0 +1,12 @@
1#ifndef CUTELOGGER_GLOBAL_H
2#define CUTELOGGER_GLOBAL_H
3
4#include <QtCore/qglobal.h>
5
6#if defined(CUTELOGGER_LIBRARY)
7# define CUTELOGGERSHARED_EXPORT Q_DECL_EXPORT
8#else
9# define CUTELOGGERSHARED_EXPORT Q_DECL_IMPORT
10#endif
11
12#endif // CUTELOGGER_GLOBAL_H