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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rbutil/rbutilqt/logger/CuteLogger_global.h b/rbutil/rbutilqt/logger/CuteLogger_global.h
index 43e74affdb..c5e7680845 100644
--- a/rbutil/rbutilqt/logger/CuteLogger_global.h
+++ b/rbutil/rbutilqt/logger/CuteLogger_global.h
@@ -3,10 +3,14 @@
3 3
4#include <QtCore/qglobal.h> 4#include <QtCore/qglobal.h>
5 5
6#if !defined(CUTELOGGER_STATIC)
6#if defined(CUTELOGGER_LIBRARY) 7#if defined(CUTELOGGER_LIBRARY)
7# define CUTELOGGERSHARED_EXPORT Q_DECL_EXPORT 8# define CUTELOGGERSHARED_EXPORT Q_DECL_EXPORT
8#else 9#else
9# define CUTELOGGERSHARED_EXPORT Q_DECL_IMPORT 10# define CUTELOGGERSHARED_EXPORT Q_DECL_IMPORT
10#endif 11#endif
12#else
13#define CUTELOGGERSHARED_EXPORT
14#endif
11 15
12#endif // CUTELOGGER_GLOBAL_H 16#endif // CUTELOGGER_GLOBAL_H