summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/logger/include/CuteLogger_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/rbutilqt/logger/include/CuteLogger_global.h')
-rw-r--r--rbutil/rbutilqt/logger/include/CuteLogger_global.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/rbutil/rbutilqt/logger/include/CuteLogger_global.h b/rbutil/rbutilqt/logger/include/CuteLogger_global.h
deleted file mode 100644
index c5e7680845..0000000000
--- a/rbutil/rbutilqt/logger/include/CuteLogger_global.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#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